latestPosition property
Invoked when the latest valid position is needed
Implementation
@override
MPPositionResultInterface? get latestPosition {
return _latestPosition;
}
Invoked when the latest valid position is needed
@override
MPPositionResultInterface? get latestPosition {
return _latestPosition;
}