From 17fdde66d94155fc62a034fa6658995bef6fd6e5 Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Tue, 22 Mar 2016 13:02:25 -0700 Subject: Initial import --- Xamarin.Forms.Maps/MapType.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Xamarin.Forms.Maps/MapType.cs (limited to 'Xamarin.Forms.Maps/MapType.cs') diff --git a/Xamarin.Forms.Maps/MapType.cs b/Xamarin.Forms.Maps/MapType.cs new file mode 100644 index 00000000..365f5afb --- /dev/null +++ b/Xamarin.Forms.Maps/MapType.cs @@ -0,0 +1,9 @@ +namespace Xamarin.Forms.Maps +{ + public enum MapType + { + Street, + Satellite, + Hybrid + } +} \ No newline at end of file -- cgit v1.2.3