Quantcast
Channel: User Christoffer - Stack Overflow
Viewing all articles
Browse latest Browse all 45

Answer by Christoffer for After upgrading to google maps api 3.17 all fails

$
0
0

The problem is that place under marker > options has become a used key by the google api.

Changed place to myplace and you are up and running again:

marker: {
        options: {
            icon:
                new google.maps.MarkerImage('/media/img/map_markers/map_marker_' + classname + '.png',
                    new google.maps.Size(37, 31),
                    new google.maps.Point(0,0),
                    new google.maps.Point(14, 31),
                    new google.maps.Size(37, 31)
                ),
            myplace: place,
            draggable:true
        },

Viewing all articles
Browse latest Browse all 45

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>