Closed ansarikhurshid786 closed 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.
got to user's current location
@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.
yes right but using geolocation plugin taking too much time.
How to change style of map?
@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
@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
m sorry for frustration.
thanks a lot for your quick answer.
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?