Skip to content

Map Setting

Tzahi Levi edited this page Apr 13, 2021 · 1 revision

when we use the ansyn-imagery-view tag we must pass him a settings object
the structure of this object is:

{
    id: string; // id for our map
    worldView: {
       mapType: string; // the name of our map.
       sourceType: string; // the name of our source provider.
};
    data: {
      position: MapPosition;
}
    flags: {
        displayLayers?: boolean;
    };
}