Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PhotonOptions

Hierarchy

Index

Properties

Optional apiKey

apiKey: string

API key to use this service

Optional geocodingQueryParams

geocodingQueryParams: Record<string, unknown>

Additional URL parameters (strings) that will be added to geocoding requests

Optional htmlTemplate

htmlTemplate: (r: any) => string

Type declaration

    • (r: any): string
    • Parameters

      • r: any

      Returns string

nameProperties

nameProperties: string[]

Optional reverseQueryParams

reverseQueryParams: Record<string, unknown>

Additional URL parameters (strings) that will be added to reverse geocoding requests

reverseUrl

reverseUrl: string

serviceUrl

serviceUrl: string

URL of the service

Generated using TypeDoc