You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In preparation for the 5.1.1 and Navigation 0.4.0 releases we are releasing a new version of the Mapbox Java SDK. This update also includes several improvements and additions that bring our exposed APIs up to date.
If there's a new SNAPSHOT version, then update this repo's README.md file
Update Javadoc for the MAS docs section
Update the constants.js file in android-docs repo so that compile 'com.mapbox.mapboxsdk:mapbox-android-services:x.x.x' line is updated in the Gradle section of the MAS overview page
Update the compile 'com.mapbox.mapboxsdk:mapbox-android-ui:2.2.0' line in the Android demo app's gradle file
/cc: @mapbox/mobile
The text was updated successfully, but these errors were encountered:
In preparation for the 5.1.1 and Navigation 0.4.0 releases we are releasing a new version of the Mapbox Java SDK. This update also includes several improvements and additions that bring our exposed APIs up to date.
Highlights
GeocoderAdapter.java
to non-public since user has no reason for using: Several geocoding fixes and additions #512TYPE_DISTRICT
andTYPE_LOCALITY
result filters added: Several geocoding fixes and additions #512place_type
support in Carman Feature: Several geocoding fixes and additions #512matching_text
support in Carman Feature: Several geocoding fixes and additions #512matching_place_name
support in Carman Feature: Several geocoding fixes and additions #512language
support in Carman Feature: Several geocoding fixes and additions #512toString
equals
andhashcode
methods for each model class: Added toString, hashcode, and equal methods #450getRadius()
method which wasn't being converted to a string: Updated optimization API #506getBearing()
method which wasn't being converted to a string: Updated optimization API #506waypoint_index
inside the OptimizationWaypoint class: Updated optimization API #506annotation
in favor of the correct nameannotations
: Updated optimization API #506alternatives_count
to MapMatchingTraceoint class: Fixed up mapmatching API #507libandroid-services
: mock location #476Release checklist @cammace @zugaldia
2.2.0
ingradle.properties
2.2.0
artifact to Maven Central2.3.0-SNAPSHOT
CHANGELOG.md
v2.2.0
in GitHubPost-release @langsmith
README.md
fileconstants.js
file inandroid-docs
repo so thatcompile 'com.mapbox.mapboxsdk:mapbox-android-services:x.x.x'
line is updated in the Gradle section of the MAS overview pagecompile 'com.mapbox.mapboxsdk:mapbox-android-ui:2.2.0'
line in the Android demo app's gradle file/cc: @mapbox/mobile
The text was updated successfully, but these errors were encountered: