geoPointValue property
A geo point value representing a point on the surface of Earth.
Implementation
@$pb.TagNumber(8)
$1.LatLng get geoPointValue => $_getN(5);
Implementation
@$pb.TagNumber(8)
set geoPointValue($1.LatLng v) {
setField(8, v);
}