Type alias UserLocationInitOptions

UserLocationInitOptions: {
    info: GLMarkerIconInfo;
    projectionMode?: UserLocationProjectionMode;
}

自位置マーカー初期化オプション

Type declaration