APIs and SDKs for AI-powered maps, location search, turn-by-turn navigation, and geospatial data in mobile or web apps. Get started for free.
Get a map that shows a specified map areaurl Copy https://dev.virtualearth.net/REST/v1/Imagery/Map/imagerySet?mapArea={mapArea}&mapSize={mapSize}&pushpin={pushpin}&mapLayer={mapLayer}&format={format}&mapMetadata=mapMetadata}&key={BingMapsKey} ...
Since our drop-down list of base maps now appears to be a bit redundant, let’s create a button that returns the map to the default center and zoom level. We’ll complete the functionality for this control later, when we talk about events. But, for now, let’s just create and p...
Note that the thumbnail size may currently not be larger than the size of the view. Specification width Number The width of the thumbnail. height Number The height of the thumbnail. widgetsExcluded Boolean optional When true, the webmap's widgets property will not be updated. When false...
Topographic map, cartographic representation of the Earth’s surface at a level of detail or scale intermediate between that of a plan (small area) and a chorographic (large regional) map. Within the limits of scale, it shows as accurately as possible th
basemapLayerIds String[] An array of IDs corresponding to the layers that make up the map's current basemap. extent Extent The current extent of the map in map units. fadeOnZoom Boolean Indicates if the fade effect is enabled while zooming. force3DTransforms Boolean When the mapNavigation mod...
Get a map that shows a specified map areaurl Αντιγραφή https://dev.virtualearth.net/REST/v1/Imagery/Map/imagerySet?mapArea={mapArea}&mapSize={mapSize}&pushpin={pushpin}&mapLayer={mapLayer}&format={format}&mapMetadata=mapMetadata}&key={BingMapsKey} ...
publicBitmap(intwidth,intheight, System.Drawing.Imaging.PixelFormat format); Parameters width Int32 The width, in pixels, of the newBitmap. height Int32 The height, in pixels, of the newBitmap. format PixelFormat The pixel format for the newBitmap. This must specify a value that begins wi...
Add a showAccuracyCircle option to GeolocateControl that shows the accuracy of the user's location as a transparent circle. Mapbox GL JS will show this circle by default. (#9253) (h/t Meekohi) Implemented a new tile coverage algorithm to enable level-of-detail support in a future release...
This example shows how to add a drawing toolbar to the map so that the user can draw shapes. HTML复制 <!DOCTYPE html><html><head><title></title><metacharset="utf-8"/><scripttype='text/javascript'>varmap, drawingManager;functionGetMap(){ map =newMicrosoft....