Support

Account

Home Forums General Issues Use picture in field ACF for Google map ACF

Unread

Use picture in field ACF for Google map ACF

  • Hi !

    I use a URL for upload pic in my google map ACF :

    var marker = new google.maps.Marker({
    		position: latlng,
    		map:      map,
    		title:    'DSRU',
    		icon:     url:{'http://www.example.com/application/static/images/gmap-marker.png'} 
    	});

    But is possible tu use picture of 2 sub-field of a field ? How ? Thx

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.