latLng property

  1. @TagNumber(2)
FFValue get latLng

@doc Launch the map at the specified location.

Implementation

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

Implementation

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