HighchartsMapViewInsetsProjectionOptions class
The projection options for the inset.
API Docs: https://api.highcharts.com/highmaps/mapView.insets.projection
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsMapViewInsetsProjectionOptions
Constructors
-
HighchartsMapViewInsetsProjectionOptions.new({String? name, List<
double> ? parallels, String? rotation}) - The projection options for the inset.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Projection name. Built-in projections are
EqualEarth
,LambertConformalConic
,Miller
,Orthographic
andWebMercator
.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