endLocation property

LatLngLiteralBuilder get endLocation

Implementation

LatLngLiteralBuilder get endLocation =>
    _$this._endLocation ??= new LatLngLiteralBuilder();
set endLocation (LatLngLiteralBuilder endLocation)

Implementation

set endLocation(LatLngLiteralBuilder endLocation) =>
    _$this._endLocation = endLocation;