Renders the positioning blue dot at the last known user position on the map
Future<void> setShowUserPosition(bool show) { return MapcontrolPlatform.instance.showUserPosition(show); }