geoPointValue property

  1. @TagNumber(8)
LatLng geoPointValue

Implementation

@$pb.TagNumber(8)
$34.LatLng get geoPointValue => $_getN(5);
  1. @TagNumber(8)
void geoPointValue=(LatLng v)

Implementation

@$pb.TagNumber(8)
set geoPointValue($34.LatLng v) { setField(8, v); }