MapFactory
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView
Summary:
Defines a map builder.
Object
=>
MapFactory
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. |
)
// Disposes the map factory.