Xamarin.Forms.GoogleMaps
Xamarin.Forms.GoogleMaps copied to clipboard
Multi-TileLayer support
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
- [x] Android
- [x] iOS
- [x] UWP