DataQueryFindNearbyPopulationCenter Method (LatLon, Double, UInt32) | |
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
)
Public Shared Function FindNearbyPopulationCenter (
location As LatLon,
maxDistanceMeters As Double,
minPopulation As UInteger
) As Address
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:
AddressAn
Address representing the nearest relevant population center, or null if no suitable candidates were found within the search area.
See Also