notifyOnNewImprovedPosition abstract method

void notifyOnNewImprovedPosition(
  1. GemImprovedPosition pos
)

Enhanced position update callback invoked by the SDK.

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

Implementation

void notifyOnNewImprovedPosition(final GemImprovedPosition pos);