Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
1 answer
208 views

1) The following code is able to draw a Map Chart successfully. Public Sub Macro1() For i = ActiveSheet.Shapes.Count To 1 Step -1 ActiveSheet.Shapes(i).Delete Next i ...
George Costanza's user avatar
0 votes
1 answer
92 views

I noticed that when I click anywhere in bing maps, the element that listens for the click / gets returned to me is different on Chrome / Edge browsers than on Firefox. For example: I found this basic ...
jt5301's user avatar
  • 43
0 votes
1 answer
636 views

I have Power BI Pro. The sole reason is that I must publicly post Geomaps on the web. By this, I want to share Geopmaps with a public link from Power BI services. After being told by Powor BI that I ...
xyz's user avatar
  • 2,310
-1 votes
1 answer
55 views

I'm adding markers to my map after the event viewchangeend. Sometimes i can see my markers, other times i cant... i thought it might have been something to do with the map not fully rendered but when ...
catrpds's user avatar
  • 31
0 votes
1 answer
71 views

I am trying to use bingmaps V8 polygon, then use the shape of the polygon to extract coordinates from it as geofences and try to print them in the console This is my code import React, { useEffect, ...
AYESIGA OWEN's user avatar
0 votes
0 answers
75 views

I want to increase zoom level of plot consisting of polygon plotted using matplotlib library on Bing Maps. I am using the following code: import requests from PIL import Image from io import BytesIO ...
Sharvari Mittal's user avatar
0 votes
1 answer
98 views

I'm currently using the Bing Map complement in excel to locate where some pictures were taken. I have a table with different long and lat that i feed to Bing map and the map shows the dots. All good ...
Alex Proteau Alpro's user avatar
1 vote
1 answer
3k views

Microsoft announces the end of support for “Bing Maps” on June 30, 2025. This service is being replaced by “Azure Maps”. Currently I use the C# object: Windows.UI.Xaml.Controls.Maps.MapControl , with ...
ULC's user avatar
  • 31
0 votes
1 answer
226 views

How to use an offline map (with lat and long) in Power BI? I need to use maps without internet connection. I have trieed Shape Map, Filled map, and and OKViz but they are not a solution for a map ...
Mona's user avatar
  • 1
1 vote
1 answer
276 views

I've read the docs and can request street side images at a given lat/lon. I'm interested in creating a 360 degree panoramic static image from four images with 90 degree field of view. Here is the API ...
caring-goat-913's user avatar
0 votes
1 answer
81 views

How come my pushpin location is constantly appearing down and right to where I'm actually clicking? I have my context menu appearing at the correct location but the tryPixelToLocation is giving me a ...
Derkel's user avatar
  • 3
0 votes
1 answer
474 views

I've been using my VBA Code to get the coordinates from different locations whcih is in the red by a JsonConverter. Right now, I get an error when the JSON Converter tries to read the output from the ...
DonPromillo's user avatar
-1 votes
1 answer
473 views

I'm using Bing Map API to get latitude and longitude from address https://dev.virtualearth.net/REST/v1/Locations?q=100+Somerset+St+New+Brunswick+NJ+08901&key={BingKey} Got "...
Kam's user avatar
  • 1
0 votes
1 answer
98 views

bing maps not working properly unity in WebGL export how to salove this issue it seems like the map object is being displayed, but the map itself is not loading. this is and basic scene with no code. ...
Peo's user avatar
  • 1
1 vote
1 answer
73 views

I'm trying to get started with the Bing dataflow API called from Python to batch geocode addresses. For simplicity, I'm using csv input format. I've consistently encountered a 400 status code, "...
David Hill's user avatar
-2 votes
1 answer
412 views

Is it possible to filter the Google street view or Bing Streetside view by Capture Date? Ideally I would be able to give a date interval and only see those streets highligted in blue that were ...
user3001554's user avatar
0 votes
1 answer
346 views

I have a button to send the user location by clicking on a button inside our canvas app and store the location inside SharePoint:- Patch( 'Technicians Locations', Defaults('Technicians Locations'), { ...
microsoftdeveloperdesigner's user avatar
0 votes
1 answer
306 views

I'm trying to get live traffic show up on an embedded map on my SharePoint Site. The map is showing but no traffic. I tried a HTML file and the same, no traffic data. I have a basic free key but I'm ...
S1n's user avatar
  • 1
0 votes
1 answer
220 views

I am working on a Power Apps canvas application, an I have a sharepoint Asset list with latitude & Latitude and i am getting a single asset using this formula:- Set(relatedAsset,LookUp(Assets,ID=...
microsoftdeveloperdesigner's user avatar
1 vote
1 answer
157 views

This is in Excel 365. I have a valid Bing Maps API key and have used similar formulas to get latitude and longitude data for addresses in spreadsheets. Trying to do the same thing with elevation data ...
Rodario's user avatar
  • 63
0 votes
1 answer
387 views

I can add my location to a PowerApps Map Canvas app, it appears as a pulsating blue dot on the right place. It would be great if the map canvas could zoom / fly to this position, after the GPS ...
BHadh's user avatar
  • 31
0 votes
1 answer
188 views

Heloo everyone I am Trying to add animated pulse pushpoint on bing map by using svg on the flowing code : //////////////////////////////// pushpoint.svg <svg width="200" height="200&...
digitala's user avatar
1 vote
0 answers
176 views

In my database model I have on the one hand provinces and on the other hand I have regions. Provinces Model: The first column is the ISO 3166 of the province, then name, latitude, longitude and the ...
Geo's user avatar
  • 355
0 votes
1 answer
36 views

Is there any way that the accuracy of geocode search using the V8 web control can be improved? I have around 270 addresses and only around 50 are found (lat / lon). The addresses have been provided by ...
Manos Georgoudakis's user avatar
0 votes
1 answer
562 views

I have added the below code to an image on my PowerApps canvas, if I add one pin it displays on the image/map but if I add 2 pins they don't display. I'm sure I've written it wrong or missed something....
Ray Spiteri's user avatar
0 votes
1 answer
75 views

bingmapsresttoolkit sometimes returns wrong latitude and longitude for me, example is post code: CV34 6DD. correct geolocation is 52,275406 & -1,579631 but api returns 56.2158352 & -2.9440218 ...
Marcin's user avatar
  • 13
0 votes
1 answer
61 views

I am new to Javascript and Thingsboard, I was trying to implement Bing Maps into a Thingsboard widget, and I am facing an issue where the widget does not successfully load everytime issue Here is my ...
srihari-bg's user avatar
0 votes
2 answers
84 views

imagerySet = "Aerial" address = session['address'] zoomLevel = ZOOM url = f"https://dev.virtualearth.net/REST/v1/Imagery/Map/{imagerySet}/{address}/{zoomLevel}" params = { '...
jobu's user avatar
  • 11
2 votes
0 answers
120 views

The satellite map does not load while the octagon does. I think I checked everything and I think my code is correct this is my code : import React, { useEffect, useState } from 'react'; import ...
Omar Benzakour's user avatar
0 votes
2 answers
1k views

I've created a react component to render a Maplibre map with with satellite raster tiles from Bing Maps as described here. The map renders correctly but markers and GeoJSON, are NOT displayed. I ...
wdawson's user avatar
0 votes
0 answers
115 views

I am following the instructions from microsoft for the install of bing maps in Android app. All appears to work well except the two lines import com.microsoft.maps.MapRenderMode; import com.microsoft....
ChinaTonka's user avatar
0 votes
1 answer
698 views

Which packages are developers using to integrate Bing maps into their React.js applications? I have looked at react-bingmaps but this package is now deprecated (npm WARN deprecated [email protected]....
Jeepers Creepers's user avatar
0 votes
1 answer
109 views

my requirement is similar as you can see in below link as references (How make polygon without intersection in Swift) But this solution is in google map sdk, i want same solution in bing map. Please ...
Dhananjay Kumar's user avatar
0 votes
1 answer
155 views

I am searching location with address name and fetching where this address is located on bing map with coordinate. But this is only showing pin over searched location. But my requirement is to get ...
Dhananjay Kumar's user avatar
0 votes
1 answer
202 views

I am developing a social media application in iOS/Swift, I need to implement Bing map so that user can draw or erase geofence (polyline and polygon) anywhere with dragging their finger on Bing map. ...
Dhananjay Kumar's user avatar
0 votes
1 answer
233 views

I'm dwelled on some problem and need some help or useful perspective to solve this problem. I'm using Unity and Bing Map SDK I want to display only an area of map but the other areas must not be ...
fkoca12's user avatar
0 votes
1 answer
338 views

I am trying to draw a circle using the Bing Maps API. It centers the map onto the correct location but the circle and the associated tag/description do not show up. It does not seem to be an API key ...
vba-nerd's user avatar
0 votes
1 answer
1k views

I want to render a BingMaps as a raster layer on a MapLibre GL terrain. I know that MapLibre GL is a fork of MapBox GL and that MapBox can do this (or at least I think it can): https://github.com/...
John's user avatar
  • 391
0 votes
1 answer
223 views

The API seems to be giving different values to the maps website. Here is the front-end output for travelling between Manchester Airport and the London Eye. Here's the API output As you can see the ...
Mike 's user avatar
  • 11
0 votes
1 answer
747 views

I'm wondering what is the limit of Bing Distance Matrix API. From the docs here said 2,500 origins-destination pairs. Is it the maximum request per single request or the cumulative monthly limit? ...
One Attack's user avatar
0 votes
1 answer
141 views

I am using React-Native's Location.getCurrentPositionAsync() to retrieve a user's location when they arrive at a site and also when they depart from the site. However, even though the user is in the ...
ryans's user avatar
  • 1
0 votes
1 answer
129 views

I was trying to show a location using heatMap module in bingMap. When I try to use some location heatMap show me diffrect location to that long and lat, HeatMap I just change the code like following ...
jhon's user avatar
  • 21
0 votes
2 answers
841 views

I'm getting 404's from my own site (regardless of browser) as well as the Bing Maps V8 Interactive SDK. On my site this leads to Uncaught TypeError: Microsoft.Maps.Location is not a constructor errors....
Tim's user avatar
  • 2,912
0 votes
1 answer
140 views

Am I able to construct a custom URL using Heremap? For example, with Bing Map, I'm able to contruct a custom URL with various parameters and set the link to something like this for the user to click ...
Sam Niles's user avatar
1 vote
1 answer
323 views

Background: Bing maps offers building footprints src which uses A.I to polygon out all the buildings in a map and give total surface area information. Problem: Using an existing lat/long I want to be ...
Eric Angeles's user avatar
0 votes
1 answer
304 views

I am currently working on a project that involves calculating Duration matrices from a collection of thousands of addresses using NEO4J and Bing Maps API. Since the data is sensitive, we're going to ...
user avatar
0 votes
1 answer
491 views

I'm successfully calling Bing's Truck Route API (below) to get a JSON response for a route. https://learn.microsoft.com/en-us/bingmaps/rest-services/routes/calculate-a-truck-route What's the standard ...
mstrom's user avatar
  • 1,783
0 votes
1 answer
172 views

After about 20 minutes of inactivity, I cannot show a route in my Bing Map. It seems that there is a problem with: routeLoadModule=function routeLoadModule(){ Microsoft.Maps.loadModule('...
potbelny's user avatar
0 votes
2 answers
306 views

I am trying to use Bing Map API to Update / Delete Entities in an existing Data source, though it is possible, it appears like I have to upload the whole dataset every time after making necessary ...
Sabari's user avatar
  • 167
1 vote
1 answer
177 views

Could not implement bing map in react native expo <BingMapsView credentialsKey="somekey" mapLocation={{ lat: 12.9010875, long: 77.6095084, zoom: 15 }} style={styles.box}...
Mohammed Maheswer's user avatar

1
2 3 4 5
54