예제 #1
0
 public function image_map()
 {
     $points = array('-37.814251' => '144.963169', '-33.867139' => '151.207114', '-27.467580' => '153.027892');
     View::factory('gmaps/static_demo')->set(array('simple' => Gmap::static_map(44.9801, -93.25190000000001), 'multi' => Gmap::static_map($points)))->render(TRUE);
 }