Online Access Free 70-544 Exam Questions
Exam Code: | 70-544 |
Exam Name: | TS: Ms Virtual Earth 6.0, Application Development |
Certification Provider: | Microsoft |
Free Question Number: | 135 |
Posted: | Sep 10, 2025 |
Your company displays customer locations on a Virtual Earth 6.0 map. You need to identify the current map display area. Which method should you use?
You need to create a tile source specification that meets the following requirements:
It uses three tile servers named s0, s1, and s2.
It follows the standard Virtual Earth 6.0 numbering scheme.
It ensures that the tiles are visible in all the view types.
Which tile source parameter should you use within the tile source specification?
You need to display a navigation control that permits the rotation of a three-dimensional
Virtual Earth 6.0 map. Which code segment should you use?
You are writing a code segment for a Virtual Earth 6.0 application. The code segment returns data for multiple locations to a client-side JavaScript function that makes the initial request.
The returned data contains the following properties for each location:
ID
Latitude
Longitude
Address
You need to format all locations and their properties in JavaScript Object Notation (JSON) format.
Which code segment should you use?
You are creating a North American reverse geocoding application by using the Microsoft
MapPoint Web Service. The application must convert the latitude and longitude coordinates of a point on the map into a string that contains the city, province/state, and country. You need to obtain the string in the following format: "city, province/state, country". Which code segment should you use?