Closed tbba closed 7 years ago
Map runs great, the only problem I have is that my zoom setting is not used. My code:
$map = $modules->get('MarkupGoogleMap'); echo $map->render( $contact_page, 'map_address', array( 'height' => '400px', 'zoom' => 14, 'type' => 'HYBRID' ) );
Not sure this is a bug or my code has a problem...
too old
Map runs great, the only problem I have is that my zoom setting is not used. My code:
Not sure this is a bug or my code has a problem...