Sections
Daniel
Moriah
Photos
Recipes
Software
Other
About
Contact
Show/Hide Search
Wolf

Software

List All | Tags | Search

mapit

Author: Daniel


Summary

A set of Python APIs for use with popular online mapping services.
Last release version: 1.0 - 2007/01/07

Example

import mapit.googlemaps

map = mapit.googlemaps.googlemaps("my_api_key", "map")
map.add_marker_with_info("123 Any St., Sometown, TX", "Info Window!")
map.auto_center()
print map.get_javascript()

Download

Download!

Tags

internet google map

Add A Comment