scottdejonge / map-icons

An icon font for use with Google Maps API and Google Places API using SVG markers and icon labels
http://map-icons.com/
MIT License
1.05k stars 198 forks source link

marker.setPosition(latLng) doesn't change map_icon_label correctly #31

Open jordan-enev opened 8 years ago

jordan-enev commented 8 years ago

Hello,

when I tried to change position of an already created marker, it changes only the icon, without map_icon_label.

Here is the code for changing the position:

// marker is instance of Marker
marker.setPosition(latLng);

Here is the screenshot: marker setposition

Regards, Jordan

chrishough commented 8 years ago

Could this be linked to https://github.com/scottdejonge/map-icons/issues/39 ?

jordan-enev commented 8 years ago

I don't think so.