Unless I've misunderstood the usage of theme('gmap', $map) it is broken. It only displays the default settings map. I'm using the latest snapshot.
My code;
$map = array(
'id' => 'map',
'control' => 'Small',
'tcontrol'=> 'on',
'zoom' => 10,
'center' => $lat . ',' . $lon,
'width' => '100%',
'height' => '222px',
'type' => 'Satellite',
);
theme('gmap, $map);
Comments
Comment #1
alippai commentedThe API.txt is outdated, please update it :(
Comment #2
bdragon commentedMarking as duplicate of http://drupal.org/node/181208.
Thank you for your issue.