Load Photos with Google Places
Maps UIKit SwiftUI
Now that we have our custom annotations showing in the map, I want to look up photos for the specific locations we click into. Doing so is extremely easy using the available Google Places apis so we'll be doing that in this video.

Comments (1)
frankusu
3 years ago
Hey Brian awesome stuff! How come customCalloutContainer.stack(UIView(), labelContainer.withHeight(30)) makes the label stick to the bottom with height 30 ? How does the UIView() work ? Thanks in advance
Brian Voong
3 years ago
frankusu
3 years ago
Genius! Thank you. Also, does stack view default to the bottom? What if I want to make it so the label is at the top of the customCalloutContainer for example
Brian Voong
3 years ago
frankusu
3 years ago
Thanks Brian for the clarification.
HELP & SUPPORT