"https://dev.virtualearth.net/REST/v1/Imagery/Map/" & mapType &
"?" & centerLatitude & "," & centerLongitude &
"&" &
Concat(
Filter(Gallery1.AllItems, ShowPoint=true),
"pp=" & ThisRecord.PointLatitude & "," & ThisRecord.PointLongitude & ";" & ThisRecord.PushPinType & ";" & "&",
""
) &
If(showBuildings, "&mapLayer=Basemap,Buildings") & If(declutterMap,
"&declutterPins=1", "") &
"&format=jpeg&mapMetadata=0&zoomLevel=" & zoomLevel &
"&key=AlsPgINdzGoAhh46ru7Qm1LK9C2UFJbCM4LnbTXIkjHclV0zAE8uMK8OgA7cH5R1"