android
android copied to clipboard
Where you can find everything Android from Mapzen
We currently allow configuring a `Locale` when the map is loaded via `MapFragment`'s and `MapView`'s `getMapAsync(MapStyle mapStyle, Locale locale, final OnMapReadyCallback callback)`. We should also provide a `MapzenMap#setLocale` method to...
Under the hood, the SDK uses MapData and Marker objects to display information on the map however this implementation detail is abstracted from implementing developers. Coupled with this, there are...
Tangram issue here: https://github.com/tangrams/tangram-es/issues/1514
### Description The default sdk style polygons should not show these lines. Perhaps upgrading to a newer version of the stylesheets will resolve this (6.0.0 release from Jan 19) ![screenshot_20170510-104936...
As per https://mapzen.com/rights/ and http://www.openstreetmap.org/copyright: “© Mapzen, OpenStreetMap, and others”
In a future release we should remove this class as it is no longer used within the SDK
I am having quite frequent crashes on the native Tangram part. I haven't found a fixed pattern to reproduce them, but along days of development they popup a couple of...
### Description When `MapzenMap#setPersistMapState` is true, the position, zoom, rotation, and tilt should all be restored when the map is destroyed and recreated on orientation changes. Currently all properties except...
I'm doing a routing app. I'd like to apply a vertical offset to the map center (where I place the vehicle icon) so it lies at 75% of the screen...