location property

  1. @TagNumber(2)
FFValue get location

@doc The location to move the center of the map to.

Implementation

@$pb.TagNumber(2)
FFValue get location => $_getN(0);
  1. @TagNumber(2)
set location (FFValue value)

Implementation

@$pb.TagNumber(2)
set location(FFValue value) => $_setField(2, value);