-
Notifications
You must be signed in to change notification settings - Fork 655
PlaceInput
Guillaume Leclerc edited this page Mar 30, 2016
·
2 revisions
This component display a input field with auto completion for places from google API
Important: Be sure you load the places
library from google to make this component work
load("token", version, ['places']);
- bounds (2w)
- place (2w): This is a two way reversed, you can read but write will be ignored
- componentRestrictions (1w)
- types (1w)
- placeholder (1w, String): The placeholder inside this input field
- class (1w, String): The class to attach to the input
- label (1w, String): A label to put in front of the input
- selectFirstOnEnter (1w, Boolean): If true, when a user press enter and no place was selected, the first matching place is selected
- g-place_changed
- Map
- [MapComponent](Extending Components)
- Marker
- Cluster
- InfoWindow
- Polyline
- Circle
- Rectangle
- PlaceInput
... More to come
(for contributors)