-
Notifications
You must be signed in to change notification settings - Fork 7
How to implement it in iOS SDK Recce App move the effect of the box #14
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
Comments
Hi - sorry for the delayed response. It sounds like you are trying to build something similar to our C++ WRLD App, but using the Objective-C WRKD iOS SDK from this repository. WRLD App is built using our C++ 11 SDK, and is open source - see here: https://github.com/wrld3d/wrld-example-app If you are trying to build a similar ap using the WRLD iOS SDK, a good place to start is the walkthrough guide. Markers automatically animate on and off as they reach the edge of the screen. You can find an example code snippet of how to create a marker here: https://docs.eegeo.com/ios/latest/docs/examples/create-a-marker/ I hope this helps, but please ask again if you have a question about a specific feature in this API. It might be useful to include a code snippet or github link to explain what you are trying to do. |
Hi Your screenshot looks like it is taken from our old 'Recce App' - please note that this has now been replaced by 'WRLD App', as mentioned above. The code for the pop-up view you show is available here: https://github.com/wrld3d/wrld-example-app/blob/master/ios/ios_src/SearchResultPoi/View/YelpSearchResultPoiView.h It is a standard iOS UIView. The code might be useful if you wanted to implement something similar in an app that uses the Objective-C WRLD iOS SDK. If you want to position a pop-up view on screen so that it hovers above a Marker, we do not currently have a convenient way of obtaining a screen-space anchor position from a Marker. We hope to add this feature soon. |
thank you very much!
|
Hi For some of these points, it may already be possible to do what you want:
Thanks for your feedback, it is really useful to know what features you would like to see. |
hello!
We have recently in using the iOS SDK to do a similar to Recce APP application, several problems, hope to get your help!
1.How to implement it in iOS SDK Recce App move the effect of the box?
2. How can we achieve marker animation and remove effect?
3. Recee App removed as it was from the screen has removed a certain distance, how do I set this distance?
If there is one demo, can be sent to my mailbox, 1124955669 @qq.com
thank you so much!
The text was updated successfully, but these errors were encountered: