geoPointValue property

  1. @TagNumber(8)
LatLng get geoPointValue

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

Implementation

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

Implementation

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