Parameter interface for MPSolutionConfig.

MPSolutionConfigParams

interface MPSolutionConfigParams {
    automatedZoomLimit?: number;
    collisionHandling?: MPCollisionHandling;
    enableClustering?: boolean;
    id: string;
    isNewSelection?: boolean;
    locationSettings: MPLocationSettings;
    settings3D: MPSettings3D;
}

Properties

automatedZoomLimit?: number

Automated zoom limit

collisionHandling?: MPCollisionHandling

Collision setting.

enableClustering?: boolean

Clustering setting.

id: string

The configuration object's ID.

isNewSelection?: boolean

New selection setting

locationSettings: MPLocationSettings

Location settings

settings3D: MPSettings3D

Settings related to 3D rendering.

MMNEPVFCICPMFPCPTTAAATR