setPolygon abstract method
@brief Method is used to specify the source polygon of the object. @param polygon Metrics coordinates of the polygon @see LocationPolygon "LocationPolygon". @return true if success, false otherwise.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_PolygonMapObject_setPolygon
Implementation
bool setPolygon(LocationPolygon polygon);