HighchartsMapViewProjectionOptions class

The projection options allow applying client side projection to a map given in geographic coordinates, typically from TopoJSON or GeoJSON.

API Docs: https://api.highcharts.com/highcharts/mapView.projection

Inheritance

Constructors

HighchartsMapViewProjectionOptions.new({String? name, List<double>? parallels, String? rotation})
The projection options allow applying client side projection to a map given in geographic coordinates, typically from TopoJSON or GeoJSON.

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
Projection name. Built-in projections are EqualEarth, LambertConformalConic, Miller, Orthographic and WebMercator.
getter/setter pair
parallels List<double>?
The two standard parallels that define the map layout in conic projections, like the LambertConformalConic projection. If only one number is given, the second parallel will be the same as the first.
getter/setter pair
rotation String?
Rotation of the projection in terms of degrees [lambda, phi, gamma]. When given, a three-axis spherical rotation is be applied to the globe prior to the projection.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited