GMap Image

Categories

Component ID

2054631

Component name

GMap Image

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

With this module you can embed static map images generated by Google's Static Maps API

<?php
print theme('gmap_image', array(
  'zoom' => 14,
  'location' => 'Árpád út 51-53, Budapest, Hungary',
  'size' => array(
    'width' => 400,
    'height' => 300,
  ),
  'marker' => 'color:red',
));
?>