Mappedin SDK for React Native v5.41.11

New Features

  • Bluedot accuracy filtering: Added accuracyThreshold option to bluedot configuration to filter out location updates below the specified accuracy threshold
  • Dashed journey paths: Added dashed styling option for Journey paths via mapView.Journey.draw(directions, { pathOptions: { dashed: true } })
  • Venue base URI configuration: Added baseUri parameter support for getVenue() method

Bug Fixes

  • Gesture handling: Fixed pinch-to-zoom gesture responsiveness
  • Icon fallback: Resolved issue where category icons failed to fallback to default language icons when localized versions were unavailable
  • EU authentication: Corrected authentication configuration for European region
  • Overview path rendering: Fixed altitude and alignment calculations for overview path display
  • Map switching: Improved pan bounds calculation accuracy during map transitions