Skip to content

Releases: Logicify/jquery-locationpicker-plugin

Angular 2 Wrapper

10 Oct 10:32
Compare
Choose a tag to compare

Added:

Now available angular2 wrapper of jquery-locationpicker-plugin;

0.1.15

26 Sep 13:35
Compare
Choose a tag to compare

Added:

Now available angular wrapper of jquery-locationpicker-plugin;

Properties:

mapOptions - consist of default google.maps.MapOptions properties.

Fixed:

  1. updated incorrect name for bower;
  2. solve error 'OVER_QUERY_LIMIT';
  3. checking whether the data in input fields is number;

0.1.14

20 Sep 13:49
Compare
Choose a tag to compare

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:

  1. incorrect order of 'onchanged' and 'updateNameInput' methods;
  2. bug when location was changed by input fields, but locationNameInput consist of older data;