Hello I wonder if there is a thread having a a basic tutorial on how to place a POI on a specific geographical point. I am using the SDK samples and I'm confused with the random data in the POI versus my current position.
Thanks in advance...
N
Nicola Radacher
said
about 8 years ago
Hi,
In our sampls random values are used for the lat/lon values of the POIs. But there are detailed description and code comments on what you need to do if you wish to not make use of the random values but use your exact POI locations (e.g. in the "Obtain POI Data - fron local resource - just chek the requestDataFromLocal method.
Francisco Torres