@EventType(value="lmap_locationfound")
public class LocationFoundEvent
extends org.fujion.event.Event
| Constructor and Description |
|---|
LocationFoundEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterInitialized() |
Integer |
getAccuracy() |
Double |
getAltitude() |
Integer |
getAltitudeAccuracy() |
LatLngBounds |
getBounds() |
Integer |
getHeading() |
LatLng |
getLocation() |
Integer |
getSpeed() |
Long |
getTimestamp() |
public static final String TYPE
public LatLng getLocation()
public LatLngBounds getBounds()
public Integer getAccuracy()
public Double getAltitude()
public Integer getAltitudeAccuracy()
public Integer getHeading()
public Integer getSpeed()
public Long getTimestamp()
protected void afterInitialized()
afterInitialized in class org.fujion.event.EventCopyright © 2023 Fujion Framework. All rights reserved.