Support

Account

Home Forums General Issues Google Maps Marker as Image Reply To: Google Maps Marker as Image

  • Hi,
    works fine. thx.

    If like to style the map e.g.:

    function render_map( $el ) {

    // var
    var $markers = $el.find(‘.marker’);

    // vars
    var args = {
    zoom : 4,
    center : new google.maps.LatLng(0, 0),
    mapTypeId : google.maps.MapTypeId.ROADMAP,

    styles: [{“stylers”:[{“lightness”:5},{“gamma”:1.2},{“saturation”:-80},{“visibility”:”on”},{“weight”:0.1},{“hue”:”#ddd”}]}]};