Skip to content

Releases: Servoy/svyGMaps

v2022.9.0

01 Sep 09:58
Compare
Choose a tag to compare

Release for the Servoy 2022.09

updated all supporting libraries, including angular to 14.2

2022.3.0

09 Mar 09:52
Compare
Choose a tag to compare

Angular 2 & dependencies updates

2.3.1

09 Dec 14:56
Compare
Choose a tag to compare

General enhancement:

Case Description
SVY-16423 Expose Google Maps Options

NGClient2:

Case Description
SVY-16669 [NG2] angular upgrade to 13 (and other packages)

googlemaps 2.3.0

07 Jun 14:31
Compare
Choose a tag to compare

Fixes:
Moved NGClient2 sources in the library.
https://support.servoy.com/browse/SVYX-84: Route renders twice when markers are added or removed
https://support.servoy.com/browse/SVYX-85: Google Maps route legs have no reference to a marker
https://support.servoy.com/browse/SVYX-86 When adding waypoints to a route, onMarkerGeocoded is not called
https://support.servoy.com/browse/SVYX-87: Marker position is not updated when dragged
https://support.servoy.com/browse/SVY-16115 svyGMaps is missing visible property

2.2.0

06 Aug 07:37
Compare
Choose a tag to compare

New in this release:

  • Added marker properties:

    • markerid
    • title
    • draggable
    • animation
    • clickable
    • crossOnDrag
    • opacity
    • visible
    • zIndex
    • iconMedia
    • userObject
    • position
      • lat
      • lng
  • Added event support

    • onMarkerEvent (Dynamic listen to any event in newMapEvents & MarkerEvents)
    • onMarkerGeocoded
  • Added API Methods

    • createMarker
    • addMarkers
    • getMarker
    • getMarkerById
  • Added new Customtype marker

Fixed in this release:

  • Improve adding marker to not always recreate full map (reducing flickering)

DEPRECATED:

  • Customtype "googleMarkers" in favor of "marker"
  • properties:
    • "tooltip" replaced by "title"
    • "latitude" replaced by "position.lat"
    • "longitude" replaced by "position.lng"

2.1.1

21 Apr 13:36
Compare
Choose a tag to compare

Fixed in this release:

  • Removed center dot when drawing radius
  • Adding new markers added by code are not shown at the map
  • Error when drawing map with lat: 0, lng: 0

2.1.0

20 Mar 14:51
Compare
Choose a tag to compare

New in this release:

  • Added support for setting gestureHandling
  • Added support for marking a radius on a marker
  • Added support for infoWindowString on a marker
  • Added support for tooltip on a marker
  • Added support for iconURL on a marker
  • Added support for icon label on a marker
  • Added API to center map based on address string
  • Added API to center map based on Lat/Lng string
  • Added Handler to get route information
  • Added zoom as a dataprovider with update on map zoom
  • Added support for KML File urls.

Fixed in this release:

  • useGoogleMapDirections isn't visible on the properties tab while it should be visible.

  • useGoogleMapCluster isn't visible on the properties tab while it should be visible

  • Included all libs needed for cluster to local package

  • Fixed default properties for boolean types.

  • Updated sample solution to match all features (Servoy 2019.12.1).

2.0.0

17 Apr 13:50
Compare
Choose a tag to compare

This release adds support for the following:

  • Multiple markers
  • Clustering
  • Route Mapping

There is a small breaking change for single-marker, data-bound configurations. Instances of these components will need to be reconfigured in the form designer (or by solution model) as the spec has changed slightly.

svyGMaps 1.0.1

06 Sep 17:58
Compare
Choose a tag to compare
  • When coordinates are updated refresh the map.

svyGMaps 1.0

17 Nov 02:02
Compare
Choose a tag to compare

First release of Google Maps web component for the Servoy NGClient.

See the Wiki for the documentation on how to use.