Skip to content

Georges

My feedback

1 result found

  1. 26 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    10 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We would really like to add something to make it easier for people to add markers to the map. We will be looking into some solutions in the future but if anyone has any suggestions, please comment here.

    An error occurred while saving the comment
    Georges commented  · 

    Hey guys,

    Just did this

    var customMarker = '../path/to/your/custom/icon.png';

    var marker = new google.maps.Marker({
    position: new google.maps.LatLng(-36.8705484, 174.7435102),
    icon: customMarker,
    map: map,
    title: 'yo'
    });

    working pretty fine

Feedback and Knowledge Base