Logicify / jquery-locationpicker-plugin

JQuery Location Picker plugin
MIT License
389 stars 260 forks source link

Added custom icon functionality, modified examples and updated version. #66

Closed EmanueleCoppola closed 8 years ago

EmanueleCoppola commented 8 years ago

Now you can use the markerIcon options like this:

<script>
    $('#somecomponent').locationpicker({
        markerIcon: 'http://linktosomeicons.com/icon.png'
    });
</script>

This will use a custom image for the marker.

_Note_: This also contain the Merge pull request #28 from brendannee/master in the dist folder (built with grunt).

corvis commented 8 years ago

Nice one. Thanks Emanuele