For some tasks we need to simulate several different geographic position of the user.
Is any way to do so in Architect?
Regards,
Valeria Sinnati
W
Wolfgang Damm
said
almost 11 years ago
When using the SDK there are methods to inject a specific locations. See our SDK documentation or the platform dependend api documentation (javadoc, xcode doc) included in the SDK packages.
Relative locations might also do the trick for you. See AR.RelativeLocation for positioning GeoObjects at a certain distance relative to the user.
Valeria Sinnati