Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface locatorAddressToLocationsParams

Hierarchy

  • Object
    • locatorAddressToLocationsParams

Index

Properties

Optional address

address: any

The address argument is data object that contains properties representing the various address fields accepted by the corresponding geocode service.

Read more...

Optional categories

categories: string[]

Limit result to one or more categories.

Read more...

constructor

constructor: Function

The initial value of Object.prototype.constructor is the standard built-in Object constructor.

Optional countryCode

countryCode: string

Limit result to a specific country.

Read more...

Optional forStorage

forStorage: boolean

Allows the results of single geocode transactions to be persisted.

Read more...

Optional location

location: Point

Used to weight returned results for a specified area.

Read more...

Optional locationType

locationType: string

Define the type of location, either "street" or "rooftop", of the point returned from the World Geocoding Service.

Read more...

Optional magicKey

magicKey: string

A suggestLocations result ID (magicKey).

Read more...

Optional maxLocations

maxLocations: number

Maximum results to return from the query.

Read more...

Optional outFields

outFields: string[]

The list of fields included in the returned result set.

Read more...

Optional outSpatialReference

outSpatialReference: SpatialReference

The spatial reference of the output geometries.

Read more...

Optional searchExtent

searchExtent: Extent

Defines the extent within which the geocode server will search.

Read more...

Methods

hasOwnProperty

  • hasOwnProperty(v: PropertyKey): boolean
  • Determines whether an object has a property with the specified name.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

isPrototypeOf

  • isPrototypeOf(v: Object): boolean
  • Determines whether an object exists in another object's prototype chain.

    Parameters

    • v: Object

      Another object whose prototype chain is to be checked.

    Returns boolean

propertyIsEnumerable

  • propertyIsEnumerable(v: PropertyKey): boolean
  • Determines whether a specified property is enumerable.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

toLocaleString

  • toLocaleString(): string
  • Returns a date converted to a string using the current locale.

    Returns string

toString

  • toString(): string
  • Returns a string representation of an object.

    Returns string

valueOf

  • valueOf(): Object
  • Returns the primitive value of the specified object.

    Returns Object

Generated using TypeDoc