Interface IContactLocationFieldFactory

Index

Methods

Methods

public createLocation(unstructuredAddress: string): ContactLocationField

Parameters

  • unstructuredAddress: string

Returns

ContactLocationField

public createLocation(unstructuredAddress: string, category: ContactFieldCategory): ContactLocationField

Parameters

Returns

ContactLocationField

public createLocation(unstructuredAddress: string, category: ContactFieldCategory, street: string, city: string, region: string, country: string, postalCode: string): ContactLocationField

Parameters

  • unstructuredAddress: string
  • category: ContactFieldCategory
  • street: string
  • city: string
  • region: string
  • country: string
  • postalCode: string

Returns

ContactLocationField