Skip to content

Google Map Tools - coordinate finder, geocoding and other goodies

Notifications You must be signed in to change notification settings

optionalg/gmaptools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmaptools

Google Map Tools - coordinate finder, geocoding and other goodies

The purpose of this project is twofold:

  1. Implement some mapping tools that are sorely missing from the official Google Maps user interface.

  2. Implement the tools using Backbone.js the right way, to be suitable as model examples of using Backbone.

If you would like to add more tools to the collection, or you spot flaws in the use of Backbone (or anything else for that matter), please fork the project and share your knowledge. Thanks!

https://github.com/janosgyerik/gmaptools

Live demos

Features

  • Map info:
    • Shows map center coordinates and zoom level
    • Shows bounding box coordinates
    • Shows the detected address at the map center
    • Dynamically updates all info when the map is dragged
  • LatLon tool:
    • Go to specified latitude-longitude
    • Drop pin at map center
    • Get latitude-longitude of crosshair at map center
    • Go to latitude-longitude determined by client IP address
  • Local search tool:
    • Find places matching keywords at around the map center
  • Geocode tool:
    • Find an address using Geocode lookup

Powered by ...

Coming soon (feature ideas)

About

Google Map Tools - coordinate finder, geocoding and other goodies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.3%
  • HTML 37.0%
  • CSS 2.5%
  • Shell 0.2%