Click or drag to resize

ForwardGeocodeResultBuilderBuildBulk 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 NWFForwardGeocodingEndpointResult BuildBulk(
	Uri baseUri,
	List<NWFForwardGeocodingArgs> locations,
	IDictionary<string, LocationSearchResult> resultDict,
	INwfPrincipal nwfPrincipal
)

Parameters

baseUri
Type: SystemUri
locations
Type: System.Collections.GenericListNWFForwardGeocodingArgs
resultDict
Type: System.Collections.GenericIDictionaryString, LocationSearchResult
nwfPrincipal
Type: Telogis.GeoBase.GeoStream.Server.NWF.AuthenticationINwfPrincipal

Return Value

Type: NWFForwardGeocodingEndpointResult
See Also