Show:

A location representing an address as well as its GPS coordinate.

Table of Contents

Constructor

SnapCar.Location
(
  • lat
  • lng
  • address
)

Parameters:

  • lat Number

    The location latitude.

  • lng Number

    The location longitude.

  • address SnapCar.Address

    The location address.

Properties

address

SnapCar.Address const

The location address.

lat

Float const

The location latitude.

lng

Float const

The location longitude.