-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] [Next version] #29
[WIP] [Next version] #29
Conversation
@EddyVerbruggen I think I am done for the iOS part of this feature. If you want to test it I modified the index.html with new buttons. New:
Update:
|
Any help on converting this on Java will be appreciated :) (cc @beachygreg) |
Happy to help out where I can but how does this merge request relate to #22 ? |
@beachygreg
On top of this @tnightingale works on more advanced JS api to stick to his needs and MapboxJS. On my part I want to make a smooth transition from the current cordova plugin API without introduce breaking changes. I also got inspired from the google map cordova plugin to be able to put overlay dom elements like search bars, navigation, etc... but also advanced markers (DOM element) which is not possible with MapboxGL. I still have to:
After that, if it is possible I will stick to @tnightingale JS api. |
@dagatsoin cool, I am really after the offline maps. I am a java developer and have done some android programming before so should be able to help out. Only thing is I don't have that much time but sure I can help. Will checkout your branch and take a look. |
@beachygreg If you can't wait for offline map, maybe you should first give a try to @tnightingale PR. But if you want to dive in code, you are welcome :)
If you want more detail, fill free to ask. |
This is part of the decoupling effort from Wizar
I'd definitely love to have it bind to an html element, this facilitates cross-platform deployment without worrying about the pixels. Hopefully, overlay can be done automatically as well. |
3d support status please |
This PR is not maintained anymore. Due to the heavy changes, I switch to my own repo: https://github.com/dagatsoin/cordova-plugin-mapbox I will post the doc soon. |
ANDROID ONLY FOR THE MOMENT
I have refactored the code (inspired by Google Maps cordova plugin) to be able to display the map behind the webview. So:
Futur development.
The Mapbox SDK is now iOS 3.2.0 and also fixes a memory leak which add 30-50mo each time the user show/hide the map.
Note the memory usage is now 130mo. But considering that the old SDK leak led to more than 130mo after 5 show/hide, it is not a big deal.