Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Geocoder

andy.rothwell edited this page Aug 25, 2018 · 3 revisions

Geocoder

Example:

geocoder: {
  url: function (input) {
    var inputEncoded = encodeURIComponent(input);
    return '//api.phila.gov/ais/v1/search/' + inputEncoded;
  },
  params: {
    gatekeeperKey: opts.gatekeeperKey,
    include_units: true,
  },
},
Clone this wiki locally