Click or drag to resize

UtilsCreateStaticMapUrl Method (Uri, Size, Int32, IEnumerableLatLon, MarkerType, INwfPrincipal)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Namespace:  Telogis.GeoBase.GeoStream.Server.NWF
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static string CreateStaticMapUrl(
	Uri baseUri,
	Size size,
	int zoom,
	IEnumerable<LatLon> latLons,
	MarkerType markerType,
	INwfPrincipal nwfPrincipal
)

Parameters

baseUri
Type: SystemUri
size
Type: Telogis.GeoBase.GeoStream.Server.NWF.ModelsSize
zoom
Type: SystemInt32
latLons
Type: System.Collections.GenericIEnumerableLatLon
markerType
Type: Telogis.GeoBase.GeoStream.Server.NWF.ModelsMarkerType
nwfPrincipal
Type: Telogis.GeoBase.GeoStream.Server.NWF.AuthenticationINwfPrincipal

Return Value

Type: String
See Also