Sarah
Sarah
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
### 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...
This method no longer throws if disconnect is called and location updates havent been unregistered (https://github.com/mapzen/lost/pull/227/files#diff-e7cd29e411220f5344d1dd01c629d35bL31) but the docs say it does
Rx has become widely used in the Android community. We should consider deploying our own artifact which provides extensions to allow developers using Rx seamless integration with Lost. There are...
We should not be using `Location#getTime` for elapsed time computation but are doing so for earlier versions of Android because `Location#getElapsedRealtimeNano` is not available. https://github.com/mapzen/lost/blob/master/lost/src/main/java/com/mapzen/android/lost/internal/SystemClock.java#L13-L19 https://developer.android.com/reference/android/location/Location.html#getElapsedRealtimeNanos() Consider creating another, reliable...