Type alias Marker3DInitOptions

Marker3DInitOptions: {
    colorReplacements?: ColorReplacement[];
    depthPriority?: number;
    ditheringAlpha?: Marker3DDitheringAlpha;
    gltf: JsonObject;
    isVisible?: boolean;
    latLng: LatLng;
    properties?: Marker3DProperties;
    rotation?: EulerAngles;
    scale?: Point3;
    unlit?: boolean;
}

Marker 3D

Type declaration

  • Optional colorReplacements?: ColorReplacement[]

    色の置換法則リスト

  • Optional depthPriority?: number

    深度優先度 161以上で地上の立体オブジェクト(3Dビルやランドマーク)に隠れていても表示 193以上で地面(ブランクとベクタ地図)に隠れていても表示

    Default

    0

  • Optional ditheringAlpha?: Marker3DDitheringAlpha

    ディザリング不透明度設定

  • gltf: JsonObject

    3Dモデル

  • Optional isVisible?: boolean

    表示状態

    Default

    true
    
  • latLng: LatLng

    表示位置の緯度経度

  • Optional properties?: Marker3DProperties

    任意のプロパティ

  • Optional rotation?: EulerAngles

    回転

    Default

    無回転
    
  • Optional scale?: Point3

    拡縮

    Default

    要素がすべて1のベクトル
    
  • Optional unlit?: boolean