Click or drag to resize

GeocodeAddressLocation Field

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A LatLon representing the coordinate location of the address.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public LatLon Location

Field Value

Type: LatLon
Examples
C#
GeocodeAddress addr = GeoCoder.GeoCode("20 Enterprise, Aliso Viejo, California", Country.USA)[0];
Console.WriteLine("The location of this address is '{0}'", addr.Location);
// 'The location of this address is '33.584444,-117.731874''
See Also