Style map
Is it possible to style the map ? Using Google Maps is possible to stylize my map according to a Json.
@leonardo2204 We could look into implementing this. Is there an example of how this is implemented in the maps api.
@nwadams thanks for the quick reply, sure there is ! https://developers.google.com/maps/documentation/android-api/styling https://www.mapbox.com/android-sdk/examples/custom-raster/
I'm giving this some thought also, if I come up with something I'll let you know !
Thanks again
@nwadams I've started working on this, the tricky part here is that Mapbox accepts both an asset and url path, but Google receives the json itself, so I'm not sure how to handle the network path on Mapbox. Any ideas ?