Click or drag to resize

MarkerRenderer Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Initializes a new instance of the MarkerRenderer class

Namespace:  Telogis.GeoBase.GeoStream.Server.NWF
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public MarkerRenderer(
	IEnumerable<LatLon> locations,
	MarkerType markerType,
	bool alwaysOnTop
)

Parameters

locations
Type: System.Collections.GenericIEnumerableLatLon
markerType
Type: Telogis.GeoBase.GeoStream.Server.NWF.ModelsMarkerType
alwaysOnTop
Type: SystemBoolean
See Also