Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Tweak these projects to work with MapBox SDK? #4933

Closed
sirvon opened this issue May 3, 2016 · 5 comments
Closed

Tweak these projects to work with MapBox SDK? #4933

sirvon opened this issue May 3, 2016 · 5 comments
Labels
Android Mapbox Maps SDK for Android iOS Mapbox Maps SDK for iOS

Comments

@sirvon
Copy link

sirvon commented May 3, 2016

Hey you guys...i'm feeling mapbox better than anyone map sdk out there.

Anyway you can help us get these projects working with mapbox sdk?

realm-mapview
ABFRealmMapView

or any tips/tidbits to look out for....

Bet alot of ppl would be happy and smiling from ear to ear.

Thanks!

@1ec5 1ec5 added iOS Mapbox Maps SDK for iOS Android Mapbox Maps SDK for Android labels May 3, 2016
@1ec5
Copy link
Contributor

1ec5 commented May 3, 2016

While it’s possible to build an ABFRealmMapView that subclasses MGLMapView instead of MKMapView, I’m guessing the pain point would be that the Mapbox iOS SDK currently only supports rendering point annotations as static images rather than UIViews. We’re working on that for the upcoming release: #4801. Everything else should be straightforward. For example, ABFZoomLevel maps cleanly to the zoomLevel property on MGLMapView, obviating ABFZoomLevelForVisibleMapRect().

ABFRealmMapView would also be greatly simplified once the Mapbox mobile SDKs support marker clustering out of the box: #320. With built-in clustering support, you’d get the high performance of the existing OpenGL-based annotation API but without having to write the clustering and annotation labeling code yourself.

@sirvon
Copy link
Author

sirvon commented May 4, 2016

Thank you for your feedback on ABFRealmMapView
can you comment on the realm-mapview source?

@1ec5
Copy link
Contributor

1ec5 commented May 4, 2016

I'm afraid I'm not familiar enough with Android to say much about that, but @tobrun might be able to comment.

@tobrun
Copy link
Member

tobrun commented May 4, 2016

@sirvon It's definitely feasible to port such this to Mapbox since we have a high API compatibility with Google Maps. That said I feel this kind of layer on top of the Android Mapbox SDK is not something we as a company are going to provide in the near future. Feel free to run with this and start the development on it. Would love to 👀 it in my spare time!

@sirvon
Copy link
Author

sirvon commented May 4, 2016

thank you for the feedback!

@sirvon sirvon closed this as completed May 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android iOS Mapbox Maps SDK for iOS
Projects
None yet
Development

No branches or pull requests

3 participants