Welcome! Our Tools - BpBrowser
- BpControl
- BpDownloadUrl
- BpLabel
- BpMarker
- BpMarkerLight
- BpMarkerList
- BpWindow
About Us Licensing Fees Support Contact Us

808-281-3359


Google Maps API Tools

Introduction

In the course of our work, we have created some useful JavaScript classes for working with the Google Maps API. We've documented them on this site, and we're offering them free for non-commercial use. (Please refer to our license agreement.) For a fee, you can also use these classes in a commercial project.

Check back to see significant improvements, and more Google Maps API-based classes, coming soon.

BpBrowser

Remarks:

All of the other classes depend on this class. Encapsulates browser, os, and version information. Free for commercial and non-commercial use.

View Documentation


BpControl

Remarks:

A simple control class which shows a message on the map. Free for commercial and non-commercial use.

View Documentation


BpDownloadUrl

Remarks:

A more fully-featured version of GDownloadUrl, allowing you to execute POST and synchronous AJAX requests. Free for commercial and non-commercial use.

View Documentation


BpLabel

Remarks:

A robust GOverlay subclass. Lets you put HTML on the map as an overlay. Free for non-commercial use.

View Documentation


BpMarker

Remarks:

A GMarker subclass with a few extra options. Free for non-commercial use.

View Documentation


BpMarkerLight

Remarks:

A light-weight GOverlay subclass with image & icon swapping, tooltip support, etc.
The fact that it's light-weight allows you to add hundreds of markers to a map quickly. Free for non-commercial use.

View Documentation


BpMarkerList

Remarks:

Encapsulates a map sidebar which holds divs which represent markers.
Allows for sorting, managing div content and events through the use of HTML templates, and more. Free for non-commercial use.

View Documentation


BpWindow

Remarks:

An infoWindow-type tool which can open outside the map. As a result, the map will never automatically pan to show its contents. It also can open outside of its iframe, and open up, right, left, or down, depending on what direction will allow it to open within existing page borders. Free for non-commercial use.

View Documentation