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 / Latitude and Longitude...
Power Apps
Answered

Latitude and Longitude locations

(0) ShareShare
ReportReport
Posted on by 60

Hey,

 

Currently working on an app where I have a sharepoint list with several locations accompanied by the latitude and Longitude of where it was logged. Right now I'm attempting to get all of them displayed on a bing map at the same time. While this is possible with a table that has the locations hard scripted in there. With this methode I can simply concat the latitude and longitude and have them all displayed at the same time?

 

Following the guide of Reza Dorrani ( Power Apps Bing Map Component ) the following code is able to display them all at the same time based on a table()

 

 

Concat(BingMapsComponent.Pushpins, "&pp="& ItemsLatitudes& "," &ItemsLongitudes & ";" & IconStyles& ";" & ItemsLabels)

 

 

 

Is there a way to get the ItemsLatitude and ItemsLongitude straight from sharepoint and dynamically?

 

Thanks in Advance

// Thomas

Categories:
I have the same question (0)
  • Verified answer
    ThomasDC Profile Picture
    60 on at

    The solution was found:

    Concat can be used to get items straight from sharepoint however the bing map API only supports latitude and longitude with a . rather than a , so be sure to substitute it if you've got the same problem as I do!

     

     

    Concat(<sharepoint source>;"pp"&"="&Substitute(Latitude; ",";".") & ","&Substitute(Longitude; ",";".")&";<Icon ID>;<Icon Name>"&")

     

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
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard