Im currently unable to display a POI located on the same location as the user. The location of the device as well as the POI was obtained using a WIFI. Is this behavior expected? Can it be adjusted?
Thanks in advance!
A
Andreas Fötschl
said
about 10 years ago
Hi Diego!
Places created at the user's position are only visible when user moves a few meters. Depending on your usecase you may want to
Display Information e.g. 5 meters to the north of the user using RelativeLocations
Create plaes on the fly every few meters while user is walking using some client/server interaction and Location.
Please have a look at the provided Sample app and its documentation for further details.
Diego Medina