endLocation property

LatLng? endLocation

Implementation

LatLng? get endLocation => getProperty(this, 'end_location');
void endLocation=(LatLng? value)

Implementation

set endLocation(LatLng? value) {
  setProperty(this, 'end_location', value);
}