MapViewPlus icon indicating copy to clipboard operation
MapViewPlus copied to clipboard

Adding custom annotation with text

Open hemaks777 opened this issue 4 years ago • 3 comments

Hi,

I have a requirement to add custom location marker with text of user name as short. Could you please help me to do this as this library is really helpful.

Thanks, Hema

hemaks777 avatar Sep 20 '19 10:09 hemaks777

Hi,

I tried to pass an xib with custom view in "viewfor annotation: " method. But the method itself is not calling. Could you please this available?

hemaks777 avatar Sep 20 '19 10:09 hemaks777

I am attaching the custom screenshot of my requirement. Screenshot 2019-09-20 at 4 02 08 PM

hemaks777 avatar Sep 20 '19 10:09 hemaks777

@hemaks777 maybe is it not called because MapViewPlus implements this method by itself and call anything else. The only solution is to make your own class inherited from MapViewPlus and override this method in it (if it is possible

gerchicov-bp avatar Dec 05 '19 15:12 gerchicov-bp