position property

LatLng get position

Implementation

LatLng get  position=>_position;
set position (LatLng value)

Implementation

set position(LatLng value){
  _position=value;
  _sendData('setMarkerPosition', {'latLng':value.toMap()});
}