Future<void> goToPosition(GeoPoint p, {bool animate = false}) => _addPosition(p, animate: animate, showMarker: false);