setRenderMode

open fun setRenderMode(renderMode: Int)

Sets the render mode, which determines how the location updates will be rendered on the map.

  • NORMAL: Shows user location, bearing ignored
  • COMPASS: Shows user location with bearing considered from compass
  • GPS: Shows user location with bearing considered from location

Parameters

renderMode

one of the modes found in RenderMode