Retina Support for Map Pin images
Is there a way to setup retina support for the map pin images? Or svg?
@marioestrada why don't you just accept map attributes of google maps markers inside the icon declaration, keeping the same properties? Otherwise, for example, scaledSize is not accessible. Just pass the whole icon object with the same properties into a new google maps marker, it'll be much easier that way no?
Sounds good, care to send a pull request?
- mario
On Thu, Jul 30, 2015 at 3:36 PM, Klemen [email protected] wrote:
@marioestrada why don't you just accept map attributes of google maps markers inside the icon declaration, keeping the same properties? Otherwise, for example, scaledSize is not accessible. Just pass the whole icon object with the same properties into a new google maps marker, it'll be much easier that way no?
Reply to this email directly or view it on GitHub: https://github.com/marioestrada/jQuery-gMap/issues/18#issuecomment-126476820
Mario yes, I already pulled, just need to test. I'll shoot it out to you in the next day or two!
Awesome, thanks!
- mario
On Thu, Jul 30, 2015 at 8:59 PM, Klemen [email protected] wrote:
Mario yes, I already pulled, just need to test. I'll shoot it out to you in the next day or two!
Reply to this email directly or view it on GitHub: https://github.com/marioestrada/jQuery-gMap/issues/18#issuecomment-126541203
HI, Any updates on this or can you give some example, how to use .svg?