PlotStart
This command refreshes the plot points on a map so that an end user can see his or her start and destination points when the user's location changes relative to the destination. This command is designed to work with Device.PlotInit.
Group: Device Extensions
Syntax Device.PlotStart(RefreshRate, optional TargetLat, double Geo1Lng, optional TargetLng)
Parameter | Description |
---|---|
Refresh Rate | (Integer) Sets in milliseconds the redrawing of the map image and repositioning of the user and target pins. The time is based on the form's internal clock/timer. |
TargetLat | (Optional, Double) - The value of the latitude of the target. |
TargetLng | (Optional, Double) - The value of the longitude of the target. |
Example
'After PlotInit is called, the user can then start the timed plotting by calling:
Device.PlotStart(int RefreshRate, double TargetLat, double TargetLng)
Versions Supported: …RFgen 5.2.4.6 and newer.