amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
546 stars 346 forks source link

Import map features from file (KML, CSV...) #696

Open metallicamu opened 4 years ago

metallicamu commented 4 years ago

SUMMARY

First of all, Thanks for your great job! Is it Is it possible to add a new layer to Map. I would like to add Markers and Polygons from CSV or KML file to Map. I tried to use Tile Layer but it supports only Image.

PLATFORMS