Wikitude
play_for_work
Forum
FAQ
Documentation
Download
wikitude.com
How can we help you today?
Enter your search term here...
Search
Start a new topic
Discussions
Wikitude SDK (Android, iOS, UWP)
Wikitude SDK Questions or Problems
How to pre-select a POI
C
Chooweic
started a topic
about 7 years ago
How to pre-select a POI
2 Comments
Oldest First
Popular
Newest First
Sorted by
Oldest First
C
Chooweic
said
about 7 years ago
Referring to the POI sample (presenting details (1/6))
https://www.wikitude.com/external/doc/documentation/5.1/android/browsingpois.html
How do I pre-select a Point of Interest automatically upon load, without having the user to click on one? Thanks.
E
Eva
said
about 7 years ago
Hello,
You can define the POI that you want to be pre-selected by experimenting with the code line below
World.markerDrawable_selected = new AR.ImageResource("assets/marker_selected.png");
where instead of having assets/marker_selected.png you can add the POI you wish to be pre-selected.
Thanks
Login
or
Signup
to post a comment
More topics in
Wikitude SDK Questions or Problems
Instatiation of WTArchitectView compile errors
Point of interest - native iOS
Slider
Camera lagging / slow in native Swift application
Create a web service
N-th ImageDrawable not displayed
Radar Example
stop defaultlocationmanager and use architectview.injectlocation ios 10
WTC Size Limit
AngularJS and wikitude
See all 3870 topics
© 2021 Wikitude, a Qualcomm company
Chooweic