[]
Getting Geographical location based on latitude and longitude point.
public GeoLocation LocationFromLatlng(double latitude, double longitude)
Public Function LocationFromLatlng(latitude As Double, longitude As Double) As GeoLocation
| Type | Name | Description |
|---|---|---|
| double | latitude | latitude location |
| double | longitude | longitude location |
| Type | Description |
|---|---|
| GeoLocation |