MapFactory
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView

Summary:
Defines a map builder.

Inheritance:
Object =>
MapFactory
Implements:

Methods

// Updates the lands.
MapContext context//
)
// Move the map to the specified view.
GeoMapChart sender, // The sender.
Object command// The command.
)
// Pans the map.
GeoMapChart sender, // The sender.
LvcPoint delta// The delta.
)
// Zooms the map.
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.