Click or drag to resize
LegacyTelogisServiceUpdateMarker Method
Print this page
Update a marker.

Namespace: Telogis.API
 
Syntax
public void UpdateMarker(
	Marker marker
)

Parameters

marker
Type: Telogis.APIMarker
Marker object to update.
Remarks

This method only updates the Driver and Tag for a marker.

Use the ListMarkers(Int32, Int32) or FindMarkers(String, LatLon, Address, Int64, Int64, Property) method to obtain Marker objects, modify the objects as desired and then pass the objects to this method to modify the Verizon Connect Fleet record of these markers.

See Also