hamza mohamed ali
hamza mohamed ali
in osmdroid their is feature that limit scrollable area how i can implement that using tangram sdk or it's not possible for now ?
repositories { jcenter() maven { url "https://jitpack.io" } } dependencies { compile 'com.github.anasanasanas123:MaterialDesignLibrary:1.6' }
duplicated (#216) i will fixed soon
in ios i forced to make static size by default not like android i just convert to drawable and shown like it's
check the new version `0.39.0`
i provide custom url for server tile , this feature will be added in the future because i already planning to add custom osm layer but for routing you can...
check the new version `0.37.0`
use callback `onLocationChanged` when you activate the tracking that method will get location and close the provider
i wil add flag to keep provider open to make easy access to the current location
- [x] add flag keepGPSOpen in myLocation or maybe i will make it automatically disabled if there no follow for user location I will make test to see which solution...