Skip to content

Releases: GoogleWebComponents/google-map

1.1.11

04 Aug 18:25
Compare
Choose a tag to compare
  • Fixed #241 - allow overriding the URL the Maps API is loaded from using the mapsURL property.

For example, to load from China:

<google-map maps-url="http://maps.google.cn/maps/api/js?callback=%%callback%%">

1.1.10

03 Feb 17:06
Compare
Choose a tag to compare
  • Fix-ups for Closure compiler to be happy

1.1.9

25 Jan 17:22
Compare
Choose a tag to compare

Fixes #242

1.1.8

15 Jan 16:57
Compare
Choose a tag to compare
  • Drag events support on google-map-marker

1.1.7

20 Nov 17:49
Compare
Choose a tag to compare

1.1.6

28 Oct 23:14
Compare
Choose a tag to compare
Rev 1.1.6

1.1.5

22 Oct 21:44
Compare
Choose a tag to compare

Added note to docs on additionMapOptions.

1.1.4

12 Oct 15:47
Compare
Choose a tag to compare

New elements!

<google-map-poly> and <google-map-point> elements for drawing polyfills on the map!

eefc06f - Fix JSDoc @param annotations.
a99a8ea -Added <google-map-poly> and <google-map-point> elements for doing polyfills
f37a6ca - Updated to newest iron-selector. Fixed bug in which the observer fired the info window close event because of the open property initialization.
25be3da - Moved event firing to open change listener
f81d992 - Used !== instead of !=
d3fbafc - Fixed failing test case and added some assertions.
6ffb77a - remvoed typo...
d125811 - Added singleInfoWindow property to allow users to keep only a single info window open when markers are clicked.

1.1.3

03 Oct 01:01
Compare
Choose a tag to compare

The libraries property is no longer required when working with other map components. See https://github.com/GoogleWebComponents/google-apis/releases/tag/1.1.1

1.1.2

25 Sep 23:41
Compare
Choose a tag to compare

42b4158 - Support marker animations through animation property. Fixes #197.
d81adc5 - Add getDetails() API call to google-map-search to get details for a palce