web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Site Inspection not sh...
Power Apps
Answered

Site Inspection not showing gps

(0) ShareShare
ReportReport
Posted on by 308

Hi

 

I'm trying to use site inspection model to develop a new app. 

I created a new key in bing maps to use in formula, but it doesn't show location.

 

What is wrong?  I live in Brazil, portuguese language, is that the problem? another way to use this formula?

 

I'm using:

http://dev.virtualearth.net/REST/v1/Imagery/Map/Road/" & Location.Latitude &"," & Location.Longitude & "/15?mapSize=400,400&pp="& Location.Latitude &"," & Location.Longitude &";"& "&key=AmMcZWAm_ndcODok8D1FnUDSIe6T1puX06tn14xL_UYFL5ojbfhg1oHKCwp7xZJ3"

 

Regards

Categories:
  • timl Profile Picture
    37,287 Super User 2026 Season 2 on at

    Hi @alessandramaced 

    To diagnose this, I would add a label onto your screen and set the text property to the following:

    Location.Latitude

    Does that return a non-zero latitude value?

  • alessandramaced Profile Picture
    308 on at

    @timl 

    It's showing the value -23,491116

  • Verified answer
    timl Profile Picture
    37,287 Super User 2026 Season 2 on at

    Hi @alessandramaced 

    I think what might be happening here is that the endpoint for VirtualEarth expects period decimal separators for the longitude and latitude values.

    The Portuguese locale returns commas, so that might be the cause of the problem.

    A possible thing to try would be to substitute the commas for periods. Eg, you would replace any instance of Location.Latitude and Location.Longitude with:

    Substitute(Location.Latitude,",",".")
    Substitute(Location.Longitude,",",".") 

     

  • alessandramaced Profile Picture
    308 on at

    It worked with a little modification:

     

    "http://dev.virtualearth.net/REST/v1/Imagery/Map/Road/" & Substitute(Text(Location.Latitude);",";".") &"," & Substitute(Text(Location.Longitude);",";".") & "/15?mapSize=400,400&pp="& Substitute(Text(Location.Latitude);",";".") &"," & Substitute(Text(Location.Longitude);",";".") &";"& "&key=AmMcZWAm_ndcODok8D1FnUDSIe6T1puX06tn14xL_UYFL5ojbfhg1oHKCwp7xZJ3"

     

    Thank you very much.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 393 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 278 Most Valuable Professional

Last 30 days Overall leaderboard