MPSolutionConfig class

An object that governs solution level settings such as:

  • Marker clustering
  • Marker collision handling
  • Main Display Rule
  • [MPSettings3D]

Properties

collisionHandling MPCollisionHandling?
Get the type of collisionHandling that is enabled
getter/setter pair
enableClustering bool?
Get whether clustering is enabled
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings3D MPSettings3D
Settings related to 3D rendering
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(dynamic json) MPSolutionConfig?
Attempts to build a MPSolutionConfig from a JSON object, this method will decode the object if needed