Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html> 
<html> 
  <head> 
    <meta charset="utf-8"> 
    <title> 
    Google Maps V3 API Sample #2:  Clik to find out  what country you are in
    </title> 
    <link
    href="http://code.google.com/apis/maps/documentation/javascript/examples/default.css"
    rel="stylesheet" type="text/css"> 
    <style type="text/css"> 
     
    </style> 
    <script type="text/javascript"
      src="http://maps.google.com/maps/api/js?sensor=false&libraries=geometry"></script> 
    <script type="text/javascript"> 
      
    </script> 
  </head> 
  <body> 
    <p align="center" id="country"> Click on a map to find out what country you
    clicked on. <br> This code sample shows how to create styled maps and how
    to generate and handle geocoding requests. It also shows how to use the
    chart api to generate dynamic icons. </p> 
    <div id="map_canvas"></div> 
  </body> 
</html> 
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
moshfeupro
0viewers