public interface PositionListener
| Modifier and Type | Method and Description |
|---|---|
void |
positionReceived(java.util.List<PositionInformation> positionInformation)
Called when a new position information has been calculated and received.
|
void |
positionReceived(PositionInformation positionInformation)
Called when a new position information has been calculated and received.
|
void positionReceived(PositionInformation positionInformation)
positionInformation - closest positionvoid positionReceived(java.util.List<PositionInformation> positionInformation)
positionInformation - sorted list of possible positions. first is the closest position.