• Added ‘Directions’ API interface
  • Added ‘Distance Matrix’ API interface
  • Added ‘Geocode’ API interface
  • Added input checks
  • Added arrival & departure time parameters
  • Added delay in ‘mp_geocode’ to avoid rate limit
  • Fixed index issue in ‘mp_geocode’
  • Fixed ‘mp_get_points’ issue with multiple points
  • Added ‘bounds’ parameter for ‘mp_geocode’
  • Added argument validation in ‘mp_geocode’
  • Corrected typo when creating geometry column in ‘mp_get_routes’ and ‘mp_get_segments’
  • Minor updates in documentation
  • Added ‘duration_in_traffic’ option in ‘mp_get_matrix’
  • ‘mp_matrix’ now returns ‘NA’ when there are zero results
  • Support for ‘waypoints’ parameter in ‘mp_directions’ and ‘ms_get_segments’
  • ‘mp_get_routes’ now returns empty LINESTRING when ‘doc’ contains no route alternatives (‘ZERO_RESULTS’)
  • Added ‘quiet’ parameter to ‘mp_directions’ and ‘mp_matrix’ to hide API from text key when necessary
  • Added ‘address_type’ (geocode accuracy) field for ‘mp_get_points’
  • Added ‘departure_time’ and ‘arrival_time’ fields for ‘mp_get_routes’ and ‘mp_get_segments’
  • ‘mp_get_points’ now returns empty POINT when ‘doc’ contains geocode results (‘ZERO_RESULTS’)
  • Added ‘postcode’ parameter in ‘mp_geocode’
  • Added ‘mp_map’ function
  • Replace ‘NULL’ with ‘NA’ in parameters
  • Added ‘traffic_model’ parameter in ‘mp_directions’ and ‘mp_matrix’
  • Added ‘quiet’ parameter in ‘mp_geocode’
  • ‘mp_get_points’ and ‘mp_get_bounds’ now also works given unnamed ‘list’ of documents
  • Added ‘pkgdown’ site
  • Fixed ‘mp_get_bounds’ when bounds results are empty
  • Fixed ‘mp_get_bounds’ when more than one response per address
  • Fixed bug in ‘mp_matrix’ (by Juan P. Fonseca-Zamora)
  • New arguments in ‘mp_directions’ (by Juan P. Fonseca-Zamora)
  • Corrected download method in ‘mp_map’ to avoid corrupted PNG (on Windows)
  • Added ‘timeout’ option in ‘mp_geocode’
  • Added ‘transit_mode’ parameter in ‘mp_matrix’
  • Added ‘language’ parameter in ‘mp_directions’
  • New options in ‘mp_map’ (by Rodrigo Vega)