-
Methods Method Description com.mapbox.geojson.BoundingBox.fromCoordinates(double, double, double, double) As of 3.1.0, useBoundingBox.fromLngLats(double, double, double, double)instead.com.mapbox.geojson.Feature.getCharacterProperty(String) This method was passing the call to JsonElement::getAsCharacter() which is in turn deprecated because of misleading nature, as it does not get this element as a char but rather as a string's first character.