getSettings method

Returns LocationComponentSettings allowing to show location indicator on the map, customize indicator's appearance and position.

Implementation

Future<LocationComponentSettings> getSettings() async {
  return _api.getSettings();
}