IMapFactory
Interface
Assembly LiveChartsCore
Namespace LiveChartsCore.Geo
Summary:
Defines a map factory.
Methods
// Move the map to the specified view.
| GeoMapChart sender, | // The sender. |
| Object command | // The command. |
)
// Zooms the map.
Zoom(
| GeoMapChart sender, | // The sender. |
| LvcPoint pivot, | // The pivot point in control coordinates. |
| ZoomDirection direction | // The zoom direction. |
)
// Sets the viewport directly to the given zoom and pan values.
| GeoMapChart sender, | // The sender. |
| Single zoom, | // The zoom level. |
| LvcPoint panOffset | // The pan offset. |
)