geoPointValue property

  1. @TagNumber(8)
LatLng get geoPointValue

A geo point value representing a point on the surface of Earth.

Implementation

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

Implementation

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