Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JGeocodingOptions

Hierarchy

  • JGeocodingOptions

Index

Properties

Optional autoComplete

autoComplete: undefined | false | true

if true, returns all match that would begin with the search string

Optional fuzzyMatch

fuzzyMatch: undefined | false | true

if true, proceeds with a fuzzy search (ex: "montan" will match "montain")

Optional proximity

proximity: JLocation | null | undefined

a JLocation object, or null. If not specified, it is by default set to the map's extent center. If you want to disable proximity bias, pass null for this option.