resetPosition method

void resetPosition()

Resets the map to the current style’s default viewport.

If the style doesn’t specify a default viewport, the map resets to a minimum zoom level, a center coordinate of (0, 0), and a northern heading.

Implementation

void resetPosition() {
_objc_msgSend_1pl9qdv(this.ref.pointer, _sel_resetPosition);

}