You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;};}