position property

LatLng? get position

Implementation

LatLng? get position => _getPosition();
set position (LatLng? position)

Implementation

set position(LatLng? position) => _setPosition(position);