Oracle Maps Cloud - JavaScript API
Oracle
 

v4.0

Documentation Minified API

Oct 24, 2022

Changes:


  • geocode() and batchGeocode() will create a JSON request, instead of the old XML format.
  • Ability to access old geocode XML request format by providing options.geocodeRequestFormat='xml'.
  • geocode() and batchGeocode() will limit the results to 1 match if options.showSingleMatch=true is provided.
  • Ability to change the match mode used by the geocode server when options.matchMode is provided.
  • Ability to accept an AppID for calling Oracle Maps services.

v3.9

Documentation Minified API

Jan 28, 2022

Changes:


  • geocode() results now omits municipality data in the calculated localityLine field.
  • Ability to accept an AppID for calling Oracle Maps services.

v3.8

Documentation Minified API

Nov 23, 2021

Changes:


  • Geocode for addresses provided as strings will be parsed first using the type-ahead service.
  • getDirections() call now accepts a new route options property to prevent geocoding an address when it already has longitude and latitude information and use those values instead.








v1.0