setSearchArea abstract method
Sets the search area for future resubmits. Supported geometry types: bounding box, polyline, polygon. Polygon is expected to be a search window: 4 points in outer ring (or 5 if last point is equal to first) and no inner rings.
area
Search area for future resubmits.
Implementation
void setSearchArea(mapkit_geometry_geometry.Geometry area);