Is there is a way to do custom markers in Google Maps Street View (GMSPanoramaView) in Xcode? I can find tutorials for doing custom markers in regular mapView but cannot find a way to do custom markers in street view. Is this possible?
I need to overlay text at specific locations, and there is (as far as I know) no way of displaying the snippet automatically in street view, so I was going to have a custom marker where the marker icon would be an image of the text label. Are there any other ways to get the text overlay at location effect? I am working with Maps SDK for iOS and Xcode (Swift).
If you are able to offer any insight, I would really appreciate this!! Thank you so much. (By the way, I am a relatively new at coding, so please be specific in advice!)