PowerApps Google Maps API - Build your first App

Описание к видео PowerApps Google Maps API - Build your first App

In this video, you will learn how to integrate PowerApps Google Maps API. You will start with the Location function to get the GPS Location information. Then you will sign up for a Google Maps API account and get your own API Key. With that in hand, you learn to build some apps that let you leverage your new found resources.

"https://maps.googleapis.com/maps/api/...###############################&markers=color:red%7Clabel:A%7C39.1030339,-84.513919"

Launch("http://www.google.com/maps/place/" & Location.Latitude & "," & Location.Longitude)

Location.Latitude
Location.Longitude
Location.Altitude

Substitue(TextInput1.Text, " ", "+")

Launch("http://www.google.com/maps/place/" & Location.Latitude & "," & Location.Longitude)

For PowerApps help and consulting check out https://www.PowerApps911.com

Комментарии

Информация по комментариям в разработке