Amrit Kahlon
6b311ae780
version bump
2017-09-14 19:28:40 -07:00
Amrit Kahlon
6f17ccf054
Added some missing members for google maps opening_hours
2017-09-14 19:22:33 -07:00
Malte Modrow
026c2aba52
refactor(googlemaps): update drivingOptions and transitOptions
2017-08-17 12:49:49 +02:00
John M. Wright
d65fe3323d
allowing ComponentRestrictions as string|string[]
...
Google API allows the Autocomplete ComponentRestrictions to be either a single string (`{'country': 'us'}`) or a string array (`{'country': ['us','gb','fr']}`)
Reference:
Single value: https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-hotelsearch
Multiple values: https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-multiple-countries
(
2017-08-15 16:46:52 -05:00
doomsower
a9ed4cd4b9
[@types/googlemaps] Improve some Data and Geometry definitions
2017-08-15 11:28:29 +03:00
lobo87
869871c069
googlemaps: possibility to use an array for the property country in GeocoderComponentRestrictions class ( #18212 )
...
* added cordova-plugin-native-keyboard
* updated to conform linting checks
* onSubmit callback is now optional
* added possibility to use an array for the property country in GeocoderComponentRestrictions
2017-07-24 10:10:04 -07:00
benny-medflyt
82a14c721f
[googlemaps] Fix DirectionsRequest to support LatLngLiteral
2017-07-09 14:42:26 +03:00
Louw Swart
f4681fbc11
Revert "Include reference path in test to enable typescript compile test"
...
This reverts commit b652e1a589 .
2017-07-04 19:51:24 +12:00
Louw Swart
b652e1a589
Include reference path in test to enable typescript compile test
2017-07-04 19:44:36 +12:00
Louw Swart
729f206bde
Updated elementType and featureType of MapTypeStyles which breaks after typescript@2.4.1
2017-07-04 19:28:32 +12:00
Kasidit Iamthong
6c22ae1eb6
Update getBounds()'s return type
...
According to Google Maps JavaScript API V3 Reference, `getBounds()` method on `Map` class can also return `null` or `undefined`.
2017-06-11 20:28:00 +07:00
ysgk
b61702aa0a
Fixed google.maps.DirectionsResult interface ( #16787 )
2017-06-02 08:36:18 -07:00
Ronan
86f8d59e5a
Added single type option to AutocompleteOptions in googlemaps types ( #16376 )
...
* added single type option to AutocompleteOptions interface
* Made type in autocompleteoptions optional
2017-06-01 08:30:30 -07:00
Martin Costello
ce6ecda5cd
Add support for gestureHandling for Google Maps ( #16287 )
...
Add support for the gestureHandling property on the MapOptions
interface.
2017-05-03 11:36:44 -07:00
Olivier
31185fe81a
Add generics support to MVCArray. ( #15432 )
...
Tests cleaning.
2017-04-25 07:52:56 -07:00
grapswiz
3a5fb83457
googlemaps: add motionTracking settings on StreetViewPanorama
2017-04-06 19:07:59 +09:00
Olivier Foissac
26414f9c0f
Add jsdoc and IconMouseEvent.
2017-03-28 11:55:08 +02:00
Andy Hanson
354cec620d
Move all packages to a types directory
2017-03-24 14:27:52 -07:00