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

Multi-TileLayer support #707

Open ssombat opened 4 years ago

ssombat commented 4 years ago

SUMMARY

I would like to have the ability to layer multiple tile layers together. The framework allows a list of layers to be added but only the last layer in the list will be shown on the map.

DETAILS

I am using a custom tiles as a base tile for this application (this is a TileLayer). I would like to toggle on/off certain overlays (street meter parking location). I create a layer by extracting transparent PNGs from an mbtiles file (this will be another TileLayer added over the first). I would like to toggle on/off other layers such as parking garages.

// How to use of your requested feature

PLATFORMS