How to change update interval in code
In GVH, I'd like to change the update interval of a mapservice, but modifying the updateInterval property does not seem to have any effect
I tried to disable periodic update altogether by setting the value to 0, but the map keeps updating. (–1 doesn't work either). Setting it to any other value doesn't do anything.
this.mapService.updateInterval = 0;
Is there a way to accomplish this?
0
Please sign in to leave a comment.
Comments
0 comments