UtilsCreateStaticMapUrl Method (Uri, Size, Int32, MarkerType, LatLon, INwfPrincipal) | |
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
)
Public Shared Function CreateStaticMapUrl (
baseUri As Uri,
size As Size,
zoom As Integer,
markerType As MarkerType,
latLon As LatLon,
nwfPrincipal As INwfPrincipal
) As String
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:
StringSee Also