position property

LatLng position

Implementation

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

Implementation

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