Microsoft Exam Questions

What are two possible code segments you can use to achieve this goal?

You need to configure the settings of your Virtual Earth 6.0 map to display apartments at a specified location using the bird’s eye view. What are two possible code segments you can use to achieve this goal? (Each correct answer presents a complete solution. Choose two.)

A.
map = new VEMap(‘mymap ‘); map.LoadMap(new VELatLong(47.6, -122.33), 10, ‘o’, false);

B.
map = new VEMap(‘mymap ‘); map.LoadMap(new VELatLong(47.6, -122.33), 10, ‘o’, false); map.SetMapStyle(VEMapStyle.Aerial);

C.
map = new VEMap(‘mymap’); map.LoadMap(VELatLong(47.6, -122.33), 10); map.SetMapStyle(VEMapStyle.Birdseye);

D.
map = new VEMap(‘mymap ‘); map.LoadMap(new VELatLong(47.6, -122.33), 10, ‘h’, true);

E.
map = new VEMap(‘mymap ‘); map.LoadMap(new VELatLong(47.6, -122.33), 10);