Skip navigation links
C G P 

C

com.gluonhq.charm.down.plugins - package com.gluonhq.charm.down.plugins
Primary API package for Down - Position plugin, contains the interface PositionService and related classes.

G

getLatitude() - Method in class com.gluonhq.charm.down.plugins.Position
Return the latitude coordinate of the position.
getLongitude() - Method in class com.gluonhq.charm.down.plugins.Position
Return the longitude coordinate of the position.
getPosition() - Method in interface com.gluonhq.charm.down.plugins.PositionService
The current position on earth of the device.

P

Position - Class in com.gluonhq.charm.down.plugins
A class that contains the latitude and longitude coordinates that map to a specific point location on earth.
Position(double, double) - Constructor for class com.gluonhq.charm.down.plugins.Position
Construct a new position with the specified latitude and longitude.
positionProperty() - Method in interface com.gluonhq.charm.down.plugins.PositionService
A read-only property containing information about the device's current location on earth.
PositionService - Interface in com.gluonhq.charm.down.plugins
The PositionService provides details about a device's current location on earth.
PositionServiceFactory - Class in com.gluonhq.charm.down.plugins
 
PositionServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.PositionServiceFactory
 
C G P 
Skip navigation links