Releases: Logicify/jquery-locationpicker-plugin
Releases · Logicify/jquery-locationpicker-plugin
Angular 2 Wrapper
0.1.15
Added:
Now available angular wrapper of jquery-locationpicker-plugin;
Properties:
mapOptions - consist of default google.maps.MapOptions properties.
Fixed:
- updated incorrect name for bower;
- solve error 'OVER_QUERY_LIMIT';
- checking whether the data in input fields is number;
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;