Click or drag to resize

UtilsCreateStaticMapUrl Method (Uri, Size, Int32, MarkerType, LatLon, 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,
	MarkerType markerType,
	LatLon latLon,
	INwfPrincipal nwfPrincipal
)

Parameters

baseUri
Type: SystemUri
size
Type: Telogis.GeoBase.GeoStream.Server.NWF.ModelsSize
zoom
Type: SystemInt32
markerType
Type: Telogis.GeoBase.GeoStream.Server.NWF.ModelsMarkerType
latLon
Type: Telogis.GeoBaseLatLon
nwfPrincipal
Type: Telogis.GeoBase.GeoStream.Server.NWF.AuthenticationINwfPrincipal

Return Value

Type: String
See Also