I am doing a project in which I add a marker to a google map, but I want to add a custom Xib marker, as I want to add my custom view to a map instead of the default mark.icon google map
I made uiview where I load the image from it and then want to place this UIView on the map
source
share