You are creating a Web application. The opening page of the application pre-loads a fixed map that displays your office location. You need to ensure that the map displays a bird’s eye view of your office location. You also need to ensure that the view remains fixed. Which code segment should you use?
A.
map.LoadMap(new VELatLong(40.689167,-74.04472),14,’o’ ,true, VEMapMode.Mode2D, false);
B.
map.LoadMap(new VELatLong(40.689167,-74.04472),14,’o’ ,false, VEMapMode.Mode2D, false);
C.
map.LoadMap(new VELatLong(40.689167,-74.04472),14,’o’ ,true, VEMapMode.Mode3D, false);
D.
map.LoadMap(new VELatLong(40.689167,-74.04472),14,’h’ ,false, VEMapMode.Mode3D, false);