Skip to content

Releases: piruin/geok

1.2.2

05 Oct 13:11

Choose a tag to compare

What's Changed

  • Available on MavenCentral
  • Change Group ID to io.github.piruin, because com.github.* Group IDs are invalid now. [OSSRH-73790]

Full Changelog: 1.2.0...1.2.2

1.2.2-SNAPSHOT-2

05 Oct 11:50

Choose a tag to compare

1.2.2-SNAPSHOT-2 Pre-release
Pre-release
fix missing variable

1.2.2-SNAPSHOT

05 Oct 11:25

Choose a tag to compare

1.2.2-SNAPSHOT Pre-release
Pre-release
publish with MacOS

1.2.0

26 Sep 09:35

Choose a tag to compare

  • Support Multiplatform (#6)
  • Introduce GeometryCollection (replaced MultiGeometry)
  • LatLng equal() were explicit implemented
  • Can set decimal precision when comparing LatLng objects (default = 0.000001)
  • Fix checking intersection of lines not work on the following case :
    • perfect vertical | horizontal lines case can't be calculated
    • intersection out of line segment

1.2.0-alpha1

22 Jun 05:12

Choose a tag to compare

1.2.0-alpha1 Pre-release
Pre-release
  • Introduce GeometryCollection (deprecated MultiGeometry)
  • LatLng equal() were explicit implemented
  • Can set decimal precision when comparing LatLng objects (default = 0.000001)
  • Fix intersection check of lines following case :
    • perfect vertical | horizontal lines case can't be calculated
    • intersection out of line segment

1.1.1

19 Jun 15:01
f80d069

Choose a tag to compare

Feature

  • Add sortedClockwise() for LatLng[]
  • Add insideOf(Polygon) for LatLng & Point
  • Add IntersectionWith() for Lalng[], LineString, Polygon
  • Add distance for LatLng[], LineString (deprecated length)
  • Add close() and open() for manipulate polygon
  • Add centroid for LineString, MultiPolygon and MultiPoint
  • Add area() for MultiPolygon
  • Add x, y,z for LatLng
  • Polygon coordinates always clockwise sorted and closed
  • Fix typo from WSG48 -> WSG84

1.0.0

16 Dec 12:16

Choose a tag to compare

Update README.md

1.0.0-alpha-3

29 Nov 14:18

Choose a tag to compare

1.0.0-alpha-3 Pre-release
Pre-release
  • remove println on deserialize
  • add GsonBuilder.registerGeokTypeAdapter()