O I just log out then uhm sometimes I try restarting or reload
Generating Bing Map points from JSON
I am using PHP/MYSQLi to retreive a JSON string with Lat/Long and cannot find a way to load each Mysqli record as a separate PIN location, could anybody assist/point me in the right direction?
here is a sample JSON
[{"id":"1","incident_lat":"33.39313","incident_lon":"-104.52276","incident_name":"The Roswell incident","incident_info":"The famous Roswell Incident."},{"id":"2","incident_lat":"52.083946","incident_lon":"1.4332807","incident_name":"Rendelsham Forest","incident_info":"The Famous Rendelsham Forest Incident"}]
3 answers
Sort by: Most helpful
-
-
Zack Green 1 Reputation point
2020-12-19T23:08:07.02+00:00 My question/query may have been a bit obscure, I retrieve the JSON string by executing getjson.php (works great), I just need assistance to parse the JSON string into a layer or separate points on a Bing Map.
-
IoTGirl 3,206 Reputation points Microsoft Employee
2020-12-21T21:15:04.543+00:00 Hi Zack,
Take a look at the Data Modules section of the Bing Maps interactive SDK at https://www.bing.com/api/maps/sdkrelease/mapcontrol/isdk. This likely provides the known data handling you need.
Sincerely,
IoTGirl