public final class LocationEvent extends Event
Modifier and Type | Class and Description |
---|---|
static class |
LocationEvent.Type |
source
Constructor and Description |
---|
LocationEvent(Object src,
String type,
LatLng latlng,
LatLngBounds bounds,
double accuracy,
double altitude,
double altitudeAccuracy,
double heading,
double speed,
double timestamp) |
Modifier and Type | Method and Description |
---|---|
double |
getAccuracy() |
double |
getAltitude() |
double |
getAltitudeAccuracy() |
LatLngBounds |
getBounds() |
double |
getHeading() |
LatLng |
getLatlng() |
double |
getSpeed() |
double |
getTimestamp() |
getSource, toString
public LocationEvent(Object src, String type, LatLng latlng, LatLngBounds bounds, double accuracy, double altitude, double altitudeAccuracy, double heading, double speed, double timestamp)
public LatLng getLatlng()
public LatLngBounds getBounds()
public double getAccuracy()
public double getAltitude()
public double getAltitudeAccuracy()
public double getHeading()
public double getSpeed()
public double getTimestamp()
Copyright © 2017. All rights reserved.