Skip to content

Releases: ivoberger/StatikGMapsAPI

Improved Android extensions

10 Feb 21:41
Compare
Choose a tag to compare
Pre-release

Add a few more convenience functions such as setting markers and the path from a Lists of Android Location or LatLng.

Bugfixes, Android extensions

15 Sep 09:47
Compare
Choose a tag to compare
Pre-release
  • adds android module with extensions for google maps + location datatypes:
    • GMaps LatLng
    • GMaps Marker
    • GMaps Polyline + Polyline Options
    • Android Location

Bugfixes

14 Sep 10:32
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release

Fixes several bugs concerning requirement checks.

Adds path simplification

12 Sep 14:43
Compare
Choose a tag to compare
Pre-release
0.4.0

update readme & javadoc

Adds url length check, Location type

10 Sep 16:26
Compare
Choose a tag to compare
Pre-release
  • Breaking: Locations are now specified using the new Location type which can be constructed from Pair<Double,Double> by calling the toLocation() extension function.
  • The library will now throw a warning if the resulting Url is longer than 8192 characters

Adds automatic downscaling

09 Sep 13:16
Compare
Choose a tag to compare
Pre-release

Now if the downscale parameter is true, which is the default, the size is automatically downscaled to fit within Google's restrictions while preserving the aspect ratio.
Closes #2

Initial Release

09 Sep 08:48
f624cc6
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
0.1.0

adds download instructions to readme