[]
Gets the location of a given object.
public LonLat<double> GetLocation(string address)
Type | Name | Description |
---|---|---|
string | address | Address to be located. |
Type | Description |
---|---|
LonLat<double> | A point that represents the location of the given address. |
The X and Y values of the point returned represent the longitude and latitude of the address.