public class GeoCoordinates extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
Latitude
The latitude, in degrees
|
double |
Longitude
The longitude, in degrees
|
String |
Source
The geocoding source, such as Google or Bing
|
| Constructor and Description |
|---|
GeoCoordinates() |
public double Latitude
public double Longitude
public String Source
Copyright © 2021. All rights reserved.