Skip to content

LyleScott/google-maps-us-states-minimum-bounding-rectangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-maps-us-states-minimum-bounding-rectangle

An example of applying minimum bounding boxes around US states on a Google map.

Screen Shot

Each state is a polygon drawn by connecting a series of latitude / longitude coordinates. These polygons are invisible and are used for attaching mouse events so that when your mouse cursor is within a polygon, a specific event can triggered.

In this case, that is drawing a polygon representing the minimum bounding rectangle for a US state.

Read more about minimum bounding recangle at Wikipedia.

About

An example of applying minimum bounding boxes around US states on a Google map.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages