In my ios application I want to use custom Marker which has profile picture of user in oval shape.So I'm not getting how to do this...
{ _markerFinish.icon = [UIImage imageNamed:@"redMap.png"];
_markerFinish.map = gmsMapView;
_markerFinish.position = endPoint;
}