Skip to content

Tyron18/TMapViews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.