infinitered / ProMotion-map

ProMotion::MapScreen gem. Extracted from ProMotion core.
13 stars 11 forks source link

Custom pin not showing in map #14

Closed dashingspidy closed 9 years ago

dashingspidy commented 9 years ago

Greetings, I'm trying to add a custom pin on map but it doesn't appear. It shows default pin. Here is my code:

{
      longitude: 4.86584049999999,
      latitude: 50.4717379,
      title: "Boutiques Namur",
      subtitle: "Rue de Bomel 29, 5000 Namur",
      image: UIImage.imageNamed("custom-pin")
    }

And i've added "custom-pin.png" in resources folder.

Can you please have a look in this issue?

Thanks

jamonholmgren commented 9 years ago

Did you resolve this, @dashingd ?

dashingspidy commented 9 years ago

Actually, i thought that it will take affect (custom pin) on every annotation but i was wrong. I need to add on one by one.