Android SDK v5 Release Notes

Mappedin Android SDK release notes are posted here and this page will be kept up-to-date as updates are released. The SDK is available by adding the following to your build.gradle:

implementation 'com.mappedin.sdk:mappedin:5.1.0'

v5.1.0 - March 15, 2023

  • Add support for icons in Floating Labels

v5.0.4 - February 27, 2023

  • Providing options for labelAllLocations is now optional
  • Marked deprecated camera functions as such
  • Improved documentation for Markers

v5.0.3 - January 18, 2023

  • Fix issues with removing and relabelling Flat Labels

v5.0.0 - December 7th, 2022

This release includes changes from all previous beta versions.

  • Improved camera API. Now uses a single class, MPICameraManager
  • Deprecated old functions in favor of new API structure
  • labelAllLocations has been split into two separate functions: MPIFlatLabelsManager.labelAllLocations and MPIFloatingLabelsManager.labelAllLocations
  • Add emitAnalyticsEvents flag to loadVenue
  • Add method to control Camera.maxTilt

Migrating from v4? See migration guide for more details.

v5.0.0-beta.7 - November 14, 2022

  • Add emitAnalyticsEvents flag to loadVenue
  • Add method to control Camera.maxTilt
Was this page helpful?