lat property

  1. @TagNumber.new(9)
List<Int64> get lat

The following two fields are optional. They are only used in a special format where node locations are also added to the ways. This makes the files larger, but allows creating way geometries directly.

If this is used, you MUST set the optional_features tag "LocationsOnWays" and the number of values in refs, lat, and lon MUST be the same.

Implementation

@$pb.TagNumber(9)
$core.List<$fixnum.Int64> get lat => $_getList(5);