New Release

174 views
Skip to first unread message

pamela (Google employee)

unread,
Jun 12, 2009, 10:35:49 AM6/12/09
to Google Maps JavaScript API v3
Hi developers-

We've just released an update to the API. See below for release notes.

Changed Issues:
- Fixed Issue 1363 : Bug: Map click events are not dispatched on the
iPhone

Other Noticeable Changes:
- Large zoom control is clickable in all browsers
- Infowindow "clears" the large zoom control, positioning itself fully
inside the map and controls
- Mobile copyright uses pretty images
- Tiles load from the center instead of the top left
- Users can no longer select the text of the map type buttons, or any
of the control images
- The main library is smaller by ~1.9 KB

These notes can also be found on the changelog:
http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Changelog

Please test and provide feedback. Thanks!

- pamela

pi5701

unread,
Jun 16, 2009, 12:37:36 AM6/16/09
to Google Maps JavaScript API v3
seems you cannot select text and images in infowindow, too.

breaks my map in some way, cause i use the infowindow to show
coordinates and altitude to easy copy/ paste them to our taxonomy
database at the natural history museum of innsbruck/ tyrol.

link:
http://www.mario-baldauf.org/API_v3/index.html

pamela (Google Employee)

unread,
Jun 21, 2009, 10:00:40 PM6/21/09
to google-map...@googlegroups.com
Hi pi5701-

Cool map. I'm able to copy the coordinates in the <input> boxes, but
not the text around them in the infowindow. Is that what you mean? If
so, please file a bug in the issue tracker. Thanks!

- pamela

pi5701

unread,
Jun 22, 2009, 8:06:28 AM6/22/09
to Google Maps JavaScript API v3
should work like on my old v2 map:
http://www.mario-baldauf.org/tlmf/map.html

selected content should be highlighted as normal

maybe add an option to make infowindow content selectable?

btw. can we expect an added doctype in next release?
hardly possible to make a more complex map crossbrowser compatible
without assigning a doctype

pamela (Google Employee)

unread,
Jun 23, 2009, 9:13:20 AM6/23/09
to google-map...@googlegroups.com
I see, yes. Please file a feature request for making info window
content selectable:
http://code.google.com/p/gmaps-api-issues/issues/entry?template=Maps%20API%20v3%20-%20Feature%20Request

- pamela

pi5701

unread,
Jun 24, 2009, 5:24:38 AM6/24/09
to Google Maps JavaScript API v3

Van Thieu

unread,
Jul 2, 2009, 11:26:25 AM7/2/09
to Google Maps JavaScript API v3
V3 Maps API cannot coexist with the jquery API.

Ben Appleton

unread,
Jul 2, 2009, 7:13:11 PM7/2/09
to google-map...@googlegroups.com
Why is that?

S.Buescher

unread,
Jul 8, 2009, 9:04:52 AM7/8/09
to Google Maps JavaScript API v3
Pamela,

Might I suggest that you add the iPod Touch when checking for
useragent in the example on this page:
http://code.google.com/apis/maps/documentation/v3/

That is, check for 'iPod' as well as 'iPhone'

Steve

On Jun 12, 10:35 am, "pamela (Google employee)" <pamela....@gmail.com>
wrote:

pamela (Google Employee)

unread,
Jul 10, 2009, 9:21:01 PM7/10/09
to google-map...@googlegroups.com
Good idea, Steve. I'll pass that on.

- pamela

pamela (Google employee)

unread,
Jul 13, 2009, 1:57:01 AM7/13/09
to Google Maps JavaScript API v3
Hi developers-

We've just released an update to the API. See below for release notes:

Fixed Issues
* Issue 1415 : infowindow content: selectable true/ false
* Issue 1432 : Mouseout event doesn't trigger after set_icon is
called
* Issue 1365 : Map Type Controls render incorrectly with strict
doctype

Other Noticeable Changes:
* Developers no longer need to specify size for a MarkerImage, the
API will detect it when not provided. On a related note, the size,
anchor, and origin arguments for MarkerImage are all optional.
* Developers no longer need to call OverlayView.call(this) in an
OverlayView subclass's constructor.
* The OverlayView "changed" methods were removed from the interface.
This should not affect developer's code.
* The partialmatch option was removed from Geocoder Request objects.
If a developer continues to pass it, it will have no effect on the
query. (Note: upcoming geocoder changes make this option obsolete,
there should be a post about that next week).

pi5701

unread,
Jul 13, 2009, 2:37:27 PM7/13/09
to Google Maps JavaScript API v3
nice ones, thx

scrollwheelzoom, draggable markers, option to add custom tileURL,
polylines and doctype declaration are the things im waiting from now
on.
would be cool to see any of those added after holidays.

- pistol

pamela (Google Employee)

unread,
Jul 13, 2009, 8:02:42 PM7/13/09
to google-map...@googlegroups.com

bratliff

unread,
Jul 20, 2009, 9:14:41 AM7/20/09
to Google Maps JavaScript API v3
On Jul 13, 5:57 am, "pamela (Google employee)" <pamela....@gmail.com>
wrote:

> * Developers no longer need to call OverlayView.call(this) in an
> OverlayView subclass's constructor.
> * The OverlayView "changed" methods were removed from the interface.
> This should not affect developer's code.

The "zoom_changed" & "offset_changed" events are still firing,
sometimes repeatedly.

See:

www.polyarc.us/tile

Additional "bounds_changed" & "center_changed" events would be very
useful.

See:

http://code.google.com/p/gmaps-api-issues/issues/detail?id=1395

pamela (Google Employee)

unread,
Jul 29, 2009, 1:25:49 AM7/29/09
to google-map...@googlegroups.com
Thanks, bratliff. I replicated that issue and reported internally.

pi5701

unread,
Aug 3, 2009, 6:34:13 AM8/3/09
to Google Maps JavaScript API v3
concerning infowindow content:selectable true/ false:

if i rightclick infowindow now 'google.maps.event.addListener
rightclick-function' is
fired instead of showing contextmenu
link:
http://www.mario-baldauf.org/tlmf/API_v3/index.html

leftclick map - rightclick infowindow - red-circle-memomarker is drawn
on map underneath infowindow

-pistol

Ben Appleton

unread,
Aug 4, 2009, 10:13:53 PM8/4/09
to google-map...@googlegroups.com
Hi developers-

We've just released an update to the API. See below for release notes:

Fixed Issues
 * Issue 1393 : Allow draggable markers
 * Issue 1448 : Bug: API v3 needs a checkResize() function (or equivalent)
 * Issue 1404 : Error with cursor in Opera
 * Issue 1514 : MapType select arrow displayed incorrectly with HTML 4.01 strict

Other Noticeable Changes:
 * Pinching and dragging on the iPhone should be more robust.


Please test and provide feedback. Thanks!

- Ben
Reply all
Reply to author
Forward
0 new messages