A point on the map

Hierarchy (View Summary)

Constructors

Properties

Accessors

Methods

Constructors

Properties

type: "location" = ...

Accessors

  • get latitude(): number
  • Geo point latitude

    Returns number

  • get longitude(): number
  • Geo point longitude

    Returns number

  • get radius(): number
  • Accuracy radius in meters.

    Returns number

Methods

  • Create FileLocation containing server-generated image with the map preview

    Parameters

    • params: { height?: number; scale?: number; width?: number; zoom?: number } = {}
      • Optionalheight?: number

        Map height in pixels before applying scale (16-1024)

        128

      • Optionalscale?: number

        Map scale (1-3)

        1

      • Optionalwidth?: number

        Map width in pixels before applying scale (16-1024)

        128

      • Optionalzoom?: number

        Map zoom level (13-20)

        15

    Returns FileLocation