Skip to main content

Geolocation - VertiGIS Studio Web

Comments

1 comment

  • Gareth Evans

    Hey Sindre Sellæg 

    Thanks for pointing that out! After reviewing our source code, you’re correct—we don’t currently expose a method for changing the update interval in VertiGIS Studio Web (VSW). This is due to the context of running VSW in a browser, where the browser determines both the accuracy and frequency of location updates, and we simply listen to the data it provides.

    If you require more precise or frequent geolocation updates, you might consider using VertiGIS Studio Mobile (VSM). While VSM also doesn’t expose a direct method for modifying the polling rate, it leverages the ArcGIS Maps SDK for Native apps, which accesses device-specific SDKs for geolocation. This setup can provide more accurate updates compared to browser-based solutions.

    Additionally, VSM supports events such as geolocation.metadata-changed, which you can watch to trigger custom behavior. While this doesn’t directly affect the update frequency, it might offer a way to achieve a better user experience.

    0

Please sign in to leave a comment.