area property
- @Deprecated('This method does not work correctly on all situations and will be removed in the future.')
The geographic area that is rendered on the map.
The method returns suitable results only when the map is oriented in a north-up/south-up direction. Use the polygonArea property for more accurate results when the map is rotated.
Also, there are known issues when the camera is zoomed out very far. Problems may occur near the poles and the antimeridian.
The method is deprecated and will be removed in the future.
Implementation
@Deprecated('This method does not work correctly on all situations and will be removed in the future.')
RectangleGeographicArea get area => polygonArea.boundingBox;