getDefaultPosition method

String getDefaultPosition()

Optionally provide a default position for this control. If this method is implemented and {@link MapboxMap#addControl} is called without the position parameter, the value returned by getDefaultPosition will be used as the control's position.

Implementation

String getDefaultPosition() => jsObject.getDefaultPosition();