Click or drag to resize

ReverseGeocodeResultBuilderBuildBulk Method

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 NWFReverseGeocodingEndpointResult BuildBulk(
	Uri baseUri,
	List<LatLng> queryPoints,
	GeoCodeFull[] results,
	INwfPrincipal nwfPrincipal
)

Parameters

baseUri
Type: SystemUri
queryPoints
Type: System.Collections.GenericListLatLng
results
Type: Telogis.GeoBaseGeoCodeFull
nwfPrincipal
Type: Telogis.GeoBase.GeoStream.Server.NWF.AuthenticationINwfPrincipal

Return Value

Type: NWFReverseGeocodingEndpointResult
See Also