public interface PositionService
ChangeListener
to the
position property
.Type | Property and Description |
---|---|
javafx.beans.property.ReadOnlyObjectProperty<Position> |
position
A readonly property containing information about the device's current
location on earth.
|
Modifier and Type | Method and Description |
---|---|
Position |
getPosition()
The current position on earth of the device.
|
javafx.beans.property.ReadOnlyObjectProperty<Position> |
positionProperty()
A readonly property containing information about the device's current
location on earth.
|
javafx.beans.property.ReadOnlyObjectProperty<Position> positionProperty
null
object
when the position of the device could be determined.getPosition()
javafx.beans.property.ReadOnlyObjectProperty<Position> positionProperty()
null
object
when the position of the device could be determined.getPosition()
Position getPosition()
null
when the position of the device could not be determined, for instance
when the GPS has been turned off.