IMapFactory
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Geo

Summary:
Defines a map factory.

Derived:

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.
)