Integrating Bing Maps into PowerApps and Using the GPS

Описание к видео Integrating Bing Maps into PowerApps and Using the GPS

PowerApp a Day Episode #15 (SalesPerson App) - In this video, you'll learn how to create an application that uses Bing Maps to give your users a dynamic maps system that uses your GPS.

Power App and Power Platform Training : https://pragmaticworks.com/training/o...

Create your map API: https://www.bing.com/partners/develop...

Map code:
BingMaps.GetMap("Road",
14,
varLocation.point.coordinates.latitude,
varLocation.point.coordinates.longitude
,{pushpin:varLocation.point.coordinates.latitude& ","&
varLocation.point.coordinates.longitude&";21;"&galAccountBrowse.Selected.Name}
)

Longitue/Latitude code:
Set(varLocation,BingMaps.GetLocationByAddress(
{addressLine:galAccountBrowse.Selected.BillingStreet,
locality:galAccountBrowse.Selected.BillingCity,
adminDistrict:galAccountBrowse.Selected.BillingState}))

Icon styles for the map: https://msdn.microsoft.com/en-us/libr...

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

On-Demand Learning Courses FREE Trial: https://www.pragmaticworkstraining.co...

Free training every Tuesday at 11am EST https://pragmaticworks.com/resources/

Pragmatic Works Blog: http://blog.pragmaticworks.com/

Let's connect:
Twitter:   / pragmaticworks  
Facebook:   / pragmaticworks  
LinkedIn:   / prag.  .
YouTube:    / pragmaticworks  

Pragmatic Works
1845 Towncenter Blvd Suite 505 Fleming Island, FL 32003
Phone: (904) 413-1911
Email: [email protected]

Комментарии

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