summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Maps/PinType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Maps/PinType.cs')
-rw-r--r--Xamarin.Forms.Maps/PinType.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Xamarin.Forms.Maps/PinType.cs b/Xamarin.Forms.Maps/PinType.cs
new file mode 100644
index 00000000..a0b06fcf
--- /dev/null
+++ b/Xamarin.Forms.Maps/PinType.cs
@@ -0,0 +1,10 @@
+namespace Xamarin.Forms.Maps
+{
+ public enum PinType
+ {
+ Generic,
+ Place,
+ SavedPin,
+ SearchResult
+ }
+} \ No newline at end of file