AirMapView icon indicating copy to clipboard operation
AirMapView copied to clipboard

Style map

Open leonardo2204 opened this issue 8 years ago • 3 comments

Is it possible to style the map ? Using Google Maps is possible to stylize my map according to a Json.

leonardo2204 avatar May 26 '17 18:05 leonardo2204

@leonardo2204 We could look into implementing this. Is there an example of how this is implemented in the maps api.

nwadams avatar May 26 '17 19:05 nwadams

@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

leonardo2204 avatar May 26 '17 19:05 leonardo2204

@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 ?

leonardo2204 avatar Jun 02 '17 19:06 leonardo2204