areaSecond property

  1. @Deprecated('This method does not work correctly on all situations and will be removed in the future.')
RectangleGeographicArea? areaSecond
final

The second geographic area that is rendered on the map, if any.

Implementation

@Deprecated(
  'This method does not work correctly on all situations and will be removed in the future.',
)
final RectangleGeographicArea? areaSecond = null;