I have added the below code to an image on my PowerApps canvas, if I add one pin it displays on the image/map but if i add 2 pins they don't display. im sure I've written it wrong or missed something...hopefully its not a limitation?
any help would be great
BingMaps.GetMapV2( "Road", 15, 51.388474, 0.193718, { pushpins: [ { pushpinIconStyle: 46, pushpinLabel: "1", pushpinLatitude: 51.387918, pushpinLongitude: 0.191583 }, { pushpinIconStyle: 46, pushpinLabel: "2", pushpinLatitude: 51.387912, pushpinLongitude: 0.191582 } ] } )