Map Kit Android Versions Save

An extensive framework for map development in Android.

2.3.0

4 months ago
  • Internal improvements
  • Amazon Maps variant reached stable, mainly tested with Fire 8 (10th generation)

Full Changelog: https://github.com/SupasinTatiyanupanwong/map-kit-android/compare/2.2.0...2.3.0

2.2.0

1 year ago
  • Reworked internal handling
  • Improved nullability checks
  • Deprecated MapKit#noTile() in favor of TileProvider#NO_TILE
  • Supported fallback implementation rather than crashing the host app (#11)

Full Changelog: https://github.com/SupasinTatiyanupanwong/map-kit-android/compare/2.1.0...2.2.0

2.1.0

2 years ago
  • Allowed MapFragment's onCreateView() to be overridden (#10)

Full Changelog: https://github.com/SupasinTatiyanupanwong/map-kit-android/compare/2.0.0...2.1.0

2.0.0

2 years ago

Artifacts are now hosted on Maven Central

Starting from 2.0.0 and moving forward, this library is hosted on Maven Central.

In relation to the change of the hosted server, the groupId and the namespace of this library was changed from me.tatiyanupanwong.supasin.android.libraries.kits.maps to dev.supasintatiyanupanwong.libraries.android.kits.maps.

Old versions of libraries are still hosted on JCenter as read only mode.