Click or drag to resize

DataQueryFindNearbyPopulationCenter Method (LatLon, Double, UInt32)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Finds the nearest population center (usually a city) based on distance and population criteria.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static Address FindNearbyPopulationCenter(
	LatLon location,
	double maxDistanceMeters,
	uint minPopulation
)

Parameters

location
Type: Telogis.GeoBaseLatLon
The location to query.
maxDistanceMeters
Type: SystemDouble
The maximum search radius, in meters, from the location.
minPopulation
Type: SystemUInt32
The minimum population of the location. Use 0 to include all population centers.

Return Value

Type: Address
An Address representing the nearest relevant population center, or null if no suitable candidates were found within the search area.
See Also