Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for imGoogleMaps


imGoogleMaps 0.9.3

You can display images in the infoWindow. You must supply the image_loc, width, and height. You can optionally add a class, url, and new_line. The new_line option is used when you have multiple images in the infoWindow and you want each image to appear on a line of it's own. So the image that appears after the record with the new_line option will be pushed to the next line.

imGoogleMaps 0.9.2

Now you can display custom marker icons on the maps. You can also display a phone number and description in the infoWindow. imProgressBar is bundled with this release.

imGoogleMaps 0.9.1

Bug Fix. Street View Control button did not toggle Street View Overlay. Could turn it on, but not off.

imGoogleMaps 0.9

I had incorporated the GStreetviewPanorama object and Street View Overlay into the plugin. I also added the ability to plot multiple addresses ajaxally via a json object and add a business name to the infoWindow.

imGoogleMaps 0.5.1

Although there are other JQuery plugins that enable a developer to integrate Google maps API into websites, I wanted to create a simpler implementation, one that did not have all the options, only the basics. I think that in most situations, a website owner only wants an end-user to be able to view the owner’s address and be able to map directions to that address. In addition, I wanted a plugin that displayed a map interface that is similar to what one would see on Google Maps (auto mode) while also giving the developer the ability to style their own interface (manual mode). This plugin will also display certain Google Map errors codes. In addition, this plugin will allow you to use Ajax to retrieve an address as well as Reverse Geocoding.

imGoogleMaps 0.5

Although there are other JQuery plugins that enable a developer to integrate Google maps API into websites, I wanted to create a simpler implementation, one that did not have all the options, only the basics. I think that in most situations, a website owner only wants an end-user to be able to view the owner’s address and be able to map directions to that address. In addition, I wanted a plugin that displayed a map interface that is similar to what one would see on Google Maps (auto mode) while also giving the developer the ability to style their own interface (manual mode). This plugin will also display certain Google Map errors codes. In addition, this plugin will allow you to use Ajax to retrieve an address as well as Reverse Geocoding.