Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 1.21 KB

README.md

File metadata and controls

23 lines (11 loc) · 1.21 KB

Xamarin.iOSAppleGoogleMaps

Xamarin.iOS 10 project to see side-to-side the differences between Apple Maps & Google Maps.

Ingested data three ways: Code, JSON File, and using Parse Server (You need to configure your own Parse Server).

Be sure to re-add the Xamarin.Google.iOS.Maps, Xam.Plugin.ExternalMaps Packages, Parse, and Newtonsoft.JSON if the solution doesn't restore the packages successfully.

When selecting an annotation, this will navigate to that location using the External Maps plugin.

Use XCode 8 Interface builder if you need to tweak the GUI.

Using Parse Server, create your own Parse Server instance using https://github.com/ParsePlatform/parse-server-example (I used Heroku, and it's free in Dev environments). Create a "Museum" class and create "Name", "Address", "Latitude", and "Longitude" columns, and input row information for each one. See AppDelegate.cs.

alt tag

alt tag

alt tag