TMapViews aims to create a more convenients implimentation of maps on IOS and Android in Xamarin. Boilerplate code has been rolled into a more userfirendly set-up structure, allowing for easier set-up and life-cycle managment of maps.


Keywords
TMapViews, xamarin, android, ios, monodroid, monotouch, xamarin.android, xamarin.ios, net, net45, netcore, apple-map, c-sharp, dotnet, google-maps, maps, mono, mvvm, mvvmcross, mvx, nuget, visual-studio
License
MIT
Install
Install-Package TMapViews -Version 1.2.10

Documentation

TMapViews

TMapViews

license NuGet

TMapViews aims to create a more convenients implimentation of maps on IOS and Android in Xamarin. Boilerplate code has been rolled into a more userfirendly set-up structure, allowing for easier set-up and life-cycle managment of maps.

Events such as location changed and map clicked have been rolled into commands that return common object typs, allowing for the handling of these events to be done by the shared code by means of single assignments.

Annotations and overlays are managed by the BindingMapViews using a DataSource object that is a list of IBindingAnnotations that can be assigned to the map. IBindingMapOverlay objects are included in the same list.

Instalation

Get the latest Nuget Package and install it on both your core and platform solutions.

Install-Package TMapViews

Licensing

TMapViews is licensed under the MIT License.

Acknowledgements

  • Thanks to realinfo for the logos.
  • Thanks to Plac3hold3r for help and guidance on this project.