定位多个地点,获取交通/步行/驱车路线,查看实时路况,计划行程,查看卫星、空中和街道级成像。使用必应地图了解更多信息。
We will provide you with a security key ("API Key") when you register that you must use to access the Services. You may not share your API Key with any third party, and you must use the API Key as your sole means of accessing the API. You are responsible for the security and conf...
API Key securestring API Key True Throttling Limits 展開表格 NameCallsRenewal Period API calls per connection 1200 60 seconds Actions 展開表格 Get location by address Get the location information associated with an address. If no location is found, an empty result will be returned. Get locatio...
This SIT is designed to match the security information that's used to callBing Maps API. It uses several primary resources: Patterns of Base64 URL encoded 384-bits symmetric key. Patterns of CredentialName, CredentialFeatures, AccountIdentityName, AccountIdentityValue, ResourceType, ResourceName. ...
Click theCreatebutton. The new key displays in the list of available keys. Use this key to authenticate your Bing Maps application as described in the documentation for the Bing Maps API you are using. Upgrading Your Account If you want to upgrade your account to be an enterprise account, ...
For more details on the retirement, see theBing Maps Blog. Bing Maps Platform The Bing Maps API delivers feature-driven tools with tons of perks. Discover a mapping development platform that empowers your enterprise with intelligent, location-enabled, and map-based navigation for your real-world...
使用Microsoft 必应进行搜索,并利用 AI 的强大功能查找信息、浏览网页、图像、视频、地图等。为永远充满好奇心的人提供的智能搜索引擎。
Bing Maps Locations API We use optional cookies to improve your experience on our websites, such as through social media connections, and to display personalized advertising based on your online activity. If you reject optional cookies, only cookies necessary to provide you the services will be ...
http://dev.virtualearth.net/REST/v1/Locations?query=locationQuery&key={BingMapsKey} 展開表格 No: Structured URL http://dev.virtualearth.net/REST/v1/Locations/locationQuery?key={BingMapsKey} The Bing Maps geocoder will attempt to find the closest match as possible to your query. In some ...
// URL of Bing Maps REST Services Locations API $baseURL = "http://dev.virtualearth.net/REST/v1/Locations"; // Create variables for search parameters (encode all spaces by specifying '%20' in the URI) $key = $_POST['key']; $country = "US"; $addressLine = str_ireplace(" ","...