encodedLatLngs property

String? encodedLatLngs

Implementation

String? get encodedLatLngs => getProperty(this, 'encoded_lat_lngs');
void encodedLatLngs=(String? value)

Implementation

set encodedLatLngs(String? value) {
  setProperty(this, 'encoded_lat_lngs', value);
}