Is it possible to stick a UIView to google maps GMSMarker? I am trying to implement custom infoWindow using Google Maps SDK for iOS and I want the created view to stick to GMSMarker when the camera of mapView is moving.
I have already done this calculating the movement of the marker and repositioning the custom infoWindow in .didChangeCameraPosition od GMSMapViewDelegate but this way my CPU usage goes as high as 95%.
I have been searching for a while and I can't find any phrase that would give me desired result. Any hint/advice would be much appreciated.