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