wrld3d / ios-api

iOS API for WRLD: Stunning, Interactive 3D Maps
BSD 2-Clause "Simplified" License
19 stars 7 forks source link

iOS api has Positioners like android? #22

Closed leftsider123 closed 6 years ago

leftsider123 commented 6 years ago

iOS api has Positioners class like android?

leftsider123 commented 6 years ago

If I want to add a view above marker, iOS currently have any plan can be implemented?

tompaynter03 commented 6 years ago

We are currently working on a Positioners API for iOS. This API will provide the same features that are currently available in our Android API.

I will update you as the API and examples become available.

leftsider123 commented 6 years ago

thank you very much! Every time back into the app, map data to reload, need to have a long time, is there a cache to the local API?

tompaynter03 commented 6 years ago

https://github.com/wrld3d/ios-api/issues/21#issuecomment-339628572

tim-jenks commented 6 years ago

See issue #20 - this will add Positioners to iOS. This is in progress, and I expect it will be available in the next week or two. Closing as this is effective a duplicate of #20

tompaynter03 commented 6 years ago

A positioners API has now been added to iOS to match the Android API. Examples can be found here: https://wrld3d.com/ios/latest/docs/examples/position-a-view-on-the-map/ https://wrld3d.com/ios/latest/docs/examples/position-a-code-created-view-on-the-map/

Class documentation can be found here: https://wrld3d.com/ios/latest/docs/api/Classes/WRLDPositioner.html https://wrld3d.com/ios/latest/docs/api/Protocols/WRLDMapViewDelegate.html