Telerik-Verified-Plugins / Mapbox

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

active or not #95

Closed ansarikhurshid786 closed 6 years ago

ansarikhurshid786 commented 6 years ago

I am planning to use this plugin with ionic 3.

I have created test app with ionic 3. It is working like native app but in this plugin have few methods.

can anyone help me how to use basic methods of mapbox with this plugin?

risinghero commented 6 years ago

Hi, @ansarikhurshid786 once more. Actually it is good question whether this plugin is active or not) Well good part - this plugin works without any major bugs. Sad part - new functionality is added very slowly. Please, write what methods do you need. There is a chance that they are not documented.

ansarikhurshid786 commented 6 years ago

got to user's current location

risinghero commented 6 years ago

@ansarikhurshid786 you dont't need this plugin to get user's location. Just use cordova-plugin-geolocation to get position and then center map on it. You can also add marker if you would like to.

ansarikhurshid786 commented 6 years ago

yes right but using geolocation plugin taking too much time.

ansarikhurshid786 commented 6 years ago

How to change style of map?

risinghero commented 6 years ago

@ansarikhurshid786 why is it taking too much time? @ansarikhurshid786 please, write in one thread. And if you asked question in one thread-don't open new question. I'm getting frustrated in what thread to answer your question

risinghero commented 6 years ago

@ansarikhurshid786 you can make style in mapbox and then point this plugin to your style show: (options: { /** your style url*/ style: string, Look at file with methods-marbox.d.ts

ansarikhurshid786 commented 6 years ago

m sorry for frustration.

ansarikhurshid786 commented 6 years ago

thanks a lot for your quick answer.