0

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...

enter image description here

  {    _markerFinish.icon = [UIImage imageNamed:@"redMap.png"];
         _markerFinish.map = gmsMapView;
         _markerFinish.position = endPoint;   
  }
sagar.musale
  • 585
  • 1
  • 7
  • 19
pritam
  • 111
  • 2
  • 13

1 Answers1

0

I also face this:

This will work for me.

Try this:iOS - Merging two images of different size

Happy coding :)

Community
  • 1
  • 1
Shubham Narang
  • 514
  • 2
  • 14