Telerik-Verified-Plugins / Mapbox

Native OpenGL maps for your Cordova app
112 stars 52 forks source link

Center on coordinates of device location #76

Open ksendra opened 7 years ago

ksendra commented 7 years ago

Hi I want to always load the map centered on the current location of the device. Cannot find this possibility in the docs - is this possible without in the current build?

dagatsoin commented 7 years ago

I don't think the current branch exposes the location api service. So you have to deal with the browser location service then use the setCenter method of the plugin to stick user at the center.