Module com.gluonhq.attach.position
Package com.gluonhq.attach.position.impl
Class AndroidPositionService
java.lang.Object
com.gluonhq.attach.position.impl.AndroidPositionService
- All Implemented Interfaces:
PositionService
An implementation of the
PositionService
for the
Android platform.-
Property Summary
-
Field Summary
Fields inherited from interface com.gluonhq.attach.position.PositionService
DEFAULT_PARAMETERS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the property position.javafx.beans.property.ReadOnlyObjectProperty<Position>
A read-only property containing information about the device's current location on earth.void
start()
Starts the service withPositionService.DEFAULT_PARAMETERS
.void
start
(Parameters parameters) Starts the service.void
stop()
Stops the service.
-
Property Details
-
position
- Specified by:
positionProperty
in interfacePositionService
- Returns:
- a read-only object property containing the device's current location
- See Also:
-
-
Constructor Details
-
AndroidPositionService
public AndroidPositionService()
-
-
Method Details
-
start
public void start()Description copied from interface:PositionService
Starts the service withPositionService.DEFAULT_PARAMETERS
. Developer must call either this method orPositionService.start(com.gluonhq.attach.position.Parameters)
to start the service- Specified by:
start
in interfacePositionService
-
start
Description copied from interface:PositionService
Starts the service. Developer must call either this method orPositionService.start()
to start the service- Specified by:
start
in interfacePositionService
- Parameters:
parameters
- Parameters for configuring the service, including desired accuracy, minimum distance and time interval between notifications, or background mode
-
stop
public void stop()Description copied from interface:PositionService
Stops the service. Developer may call this method to stop the service on demand- Specified by:
stop
in interfacePositionService
-
positionProperty
Description copied from interface:PositionService
A read-only property containing information about the device's current location on earth. The property can contain anull
object when the position of the device could be determined.- Specified by:
positionProperty
in interfacePositionService
- Returns:
- a read-only object property containing the device's current location
- See Also:
-
getPosition
Gets the value of the property position.- Specified by:
getPosition
in interfacePositionService
- Property description:
- Returns:
- the current position of the device
-