- Faster initial map loads. We've optimized this by requesting less tile images per map.
- Function that saves maps as printable images in PNG format (not exposed to the public API yet).
- A small bug fix for the map
clickevent in IE 7.
|
|
Pushpin API Blog
|
|
API Documentation API Blog Archives
Latest Posts
Contact us
Oct – Dec 2007 Jul – Sep 2007 Apr – Jun 2007 Jan – Mar 2007 Oct – Dec 2006 Jul – Sep 2006 Apr – Jun 2006 |
Happy holidays!Posted by I Wei Lai - 12/18/06 18:33:48
This will probably be our last major release of the year. This month's updates include:
World mapsPosted by Rorie Overby - 12/01/06 20:42:18
Maps for the whole world are now available down to zoom level 8 (scale 576,000). Major cities, and freeways and streets are separate layers (
PMapLayer.CITIES, PMapLayer.POLYLINE), and are a part of the normal, default maps (PMapType.NORMAL). Also, coming soon are detailed Canada maps using NAVTEQ data for all zoom levels!New releases in NovemberPosted by I Wei Lai - 11/29/06 19:12:24
A lot of exciting API features were released this month, including marker clustering and overlay sets. Here's a list of them:
PWidget style customizationPosted by Moran Ben-David - 11/21/06 13:48:00API code generatorPosted by I Wei Lai - 11/16/06 17:33:28
We developed a cool way to generate Pushpin API JavaScipt code, as part of the Pushpin CX framework. Upon logging in, you can upload points, add and remove points by clicking on the map or by entering an address, and pan and zoom around the map. Once you've created the map you want, you can "save" it by clicking on the "create url" link which basically saves the JavaScript created and gives you a link and an embeddable iframe code snippet that will reproduce the same map.
More API updatesPosted by I Wei Lai - 11/06/06 12:10:29
More updates to the API were released today:
More API functionsPosted by I Wei Lai - 10/30/06 19:21:03
More functions added to
PMap:
Added more PMap eventsPosted by Moran Ben-David - 10/24/06 17:50:31
The following events were added to
PMap:
Fixed PIcon sizing bugPosted by I Wei Lai - 10/23/06 18:57:16
Previously, the
iconSize and shadowSize properties in PIcon did not resize the image if it was different from the actual dimesions of the image. This problem has been fixed.
Added PGetVersion() functionPosted by I Wei Lai - 10/19/06 13:57:24
Added a new global function
PGetVersion() that returns the version of the API you are using. Almost everyone should have been upgraded to our latest 1.0 version, but if you find that some functions aren't working, you can use PGetVersion() to see if you're using an older version of the API.
PGeocoder changesPosted by Moran Ben-David - 10/18/06 15:29:15
We've renamed the old
PGeocoder class to PClientGeocoder with new functions. Take a look at the new example.
Added clearOverlays() functionPosted by I Wei Lai - 10/10/06 14:01:47
Added a new function,
clearOverlays() to PMap, that removes all overlays from the map.
Tabbed Info WindowsPosted by I Wei Lai - 10/09/06 17:24:39
This has been a popular feature request and it's finally here! Two new classes have been added, as well as various new functions, and we've created a new example to demonstrate how to add tabbed info windows to your maps. Here is a list of the changes to the API:
New map layers!Posted by Rorie Overby - 10/05/06 17:32:27
We have some new map layers in the API:
PWidget functionsPosted by I Wei Lai - 10/04/06 11:55:10
We've made some changes to
PWidget:
|