Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created September 28, 2017 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juucustodio/93d76d90d44a548bd00397f0a1c85c7a to your computer and use it in GitHub Desktop.
Save juucustodio/93d76d90d44a548bd00397f0a1c85c7a to your computer and use it in GitHub Desktop.
Demo de utilização de Mapa em aplicações Xamarin.Forms http://julianocustodio.com/maps-xamarin-forms
...
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
Xamarin.FormsMaps.Init();
global::Xamarin.Forms.Forms.Init();
LoadApplication(new App());
return base.FinishedLaunching(app, options);
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment