notifyOnNewPosition abstract method

void notifyOnNewPosition(
  1. GemPosition pos
)

Basic position update callback invoked by the SDK.

This method is used internally and should not be called directly. Use the PositionService.addPositionListener method to register a callback function that will be invoked automatically when new position data is available.

Implementation

void notifyOnNewPosition(final GemPosition pos);