setShowUserPosition method

MPMapConfig setShowUserPosition(
  1. bool show
)

Renders the positioning puck (blue dot) at the last known user position on the map

Implementation

MPMapConfig setShowUserPosition(bool show) {
  _showUserPosition = show;
  return this;
}