Skip to content
This repository has been archived by the owner on Apr 22, 2018. It is now read-only.

Which are available pinColors? #2

Open
masakre opened this issue Dec 28, 2013 · 3 comments
Open

Which are available pinColors? #2

masakre opened this issue Dec 28, 2013 · 3 comments

Comments

@masakre
Copy link

masakre commented Dec 28, 2013

Congrats for your work!
I have a few questions :
1.- Which colors can i use?
2.- Can i use custom images?

@RonaldPK
Copy link
Owner

  1. as far as I know, iOS only offers red, green and purple.

  2. you mean a custom image for the pin label icon? Create a pin object with an imageUrl parameter:

    var aPin = {
    lat: 52.37282884466203,
    lon: 4.893712154769901,
    title: 'title here',
    subTitle:'subtitle here',
    pinColor: 'red',
    index: 1,
    selected: false,
    imageURL : 'http://www.example.com/tinyIcon.png'
    }

@masakre
Copy link
Author

masakre commented Dec 30, 2013

  1. I mean custom images for the pin, i need more than a simple, green, red or purple pin.
    Tnx

@RonaldPK
Copy link
Owner

Sorry, not with this plugin.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants