Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ImageLocation

Index

Constructors

constructor

  • new ImageLocation(country: string, addressLevel1: string, addressLevel2: string, subLocality: string, locationFormat: string, givenLocation?: string | null): ImageLocation
  • Parameters

    • country: string
    • addressLevel1: string
    • addressLevel2: string
    • subLocality: string
    • locationFormat: string
    • Default value givenLocation: string | null = null

    Returns ImageLocation

Properties

addressLevel1

addressLevel1: string

addressLevel2

addressLevel2: string

country

country: string

givenLocation

givenLocation: string | null

Private locationFormat

locationFormat: string

subLocality

subLocality: string

Accessors

completionScore

completionScore:

Methods

Private cleanValue

  • cleanValue(value: string): string

toString

  • toString(locationFormat?: string): string

Static fromGivenLocation

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc