In order to add some google feature inside an Apex page, one have just to had some piece of code in header or footer part of a static region. Add a new blank page or go the second step if there is an existing page Add a static region into body content Add the following piece of code in the HEADER TEXT part (in the right property sheet) For a MAP <div id="map1" style="min-height: 700px" width="100%"></div> <script> var map; function initMap() { map = new google.maps.Map(document.getElementById('map1'), { center: {lat: -14.245413, lng: -72.477596}, zoom: 7, mapTypeControl: false, mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU }, ...
Blog de Patrick Monaco