Skip to content
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

Add Polyline and Polygon drawing using MapData sources #328

Open
msmollin opened this issue May 22, 2017 · 0 comments
Open

Add Polyline and Polygon drawing using MapData sources #328

msmollin opened this issue May 22, 2017 · 0 comments

Comments

@msmollin
Copy link
Member

Currently we utilize the Marker interface to draw polyline and polygon structures here:
https://github.com/mapzen/ios/blob/master/MapzenSDK/Marker.swift#L66

While this isn't an issue, after discussion with @tallytalwar in the long term the recommendation is to use the MapData source interface here: https://github.com/tangrams/tangram-es/blob/master/platforms/ios/src/TangramMap/TGMapData.h to construct those items.

My thought is, unless the Marker interface for those objects is being deprecated, we leave the current implementation as is, and just add the MapData objects to be used for similar purposes.

Thoughts? cc @matteblair / @karimnaaji / @sarahlensing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant