public final class Location extends Object
| Constructor and Description |
|---|
Location(double latitude,
double longitude,
boolean precise) |
| Modifier and Type | Method and Description |
|---|---|
org.piangles.backbone.services.geo.GeoLocation |
convert() |
static Location |
convert(org.piangles.backbone.services.geo.GeoLocation geoLocation,
boolean precise) |
double |
getLatitude() |
double |
getLongitude() |
boolean |
isPrecise() |
public double getLatitude()
public double getLongitude()
public boolean isPrecise()
public org.piangles.backbone.services.geo.GeoLocation convert()
public static Location convert(org.piangles.backbone.services.geo.GeoLocation geoLocation, boolean precise)
Copyright © 2022. All rights reserved.