Telerik-Verified-Plugins / Mapbox

Native OpenGL maps for your Cordova app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geojson Support

okkosh opened this issue · comments

Is it possible for you to add geojson support in android ?
The only thing that is holding us from using your awesome plugin is the Capability to add geojson. Thanks BTW

Surprised to see this, and similar issue #33, with no updates for many months. If we cannot render our own polylines on the map, we will have to give up on Mapbox via this plugin, and probably end up with some other mapping provider. Has anyone found a working solution, or is there a dev branch with this feature available we could try, for those who like living on the edge? Thanks!

FYI I've changed approach to using the mapboxgl library - https://www.mapbox.com/mapbox-gl-js/api/ - seems to work perfectly well and actually seems to work better in our Cordova webview situation because you can establish the map in a DOM element and style the rest of the page around it a bit easier.