[]
Called from VirtualLayer when new items are needed for a map region.
IEnumerable<VectorItem> Request(double minZoom, double maxZoom, Point lowerLeft, Point upperRight)
Type | Name | Description |
---|---|---|
double | minZoom | The minimum zoom of the region. |
double | maxZoom | The maximum zoom of the region. |
Point | lowerLeft | The lower left coordinate of the region, in geographic coordinates. |
Point | upperRight | The upper right coordinate of the region, in geographic coordinates. |
Type | Description |
---|---|
IEnumerable<VectorItem> | The items in the region. |