0.1.14
Added:
Now data of latitude and longitude input fields updated when marker draggable;
Properties:
mapTypeId - to set one of four basic map type; default 'google.maps.MapTypeId.ROADMAP'.
styles - to use custom map types;
markerDraggable - change is marker can be draggable; default 'true'
markerVisible - change is marker visible; default 'true'
markerInCenter - ability to fix marker in the center of map element
autocompleteOptions - to set biases and search-area boundaries for Autocomplete
addressFormat - to display specific address in locationNameInput
Fixed:
- incorrect order of 'onchanged' and 'updateNameInput' methods;
- bug when location was changed by input fields, but locationNameInput consist of older data;