Skip to content

huyng/pygmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

pygmap - Generate Google Map Annotations in Python

This is a small module that helps you annoutate Google Maps through a pythonic interface. Use it to generated a KML file which can then be fed to http://maps.google.com for display.

Example Usage

from pygmap import GMap
m = GMap()
m.add_placemark(lon="-122.0827778", 
                lat="37.3861111", 
                title="Mountain View, CA", 
                desc="this is a <b>placemark</b> over Moutain View, CA. This field can contain HTML formatting!")
print m.renderKML()

About

Utilities to manipulate googlemap annotations through KML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages