Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddressCoordinates

In this interface we will see the structure of AddressCoordinates

interface AddressCoordinates {
lat: number;
lng: number;
}

Hierarchy

  • AddressCoordinates

Index

Properties

Properties

lat: number
lng: number

Generated using TypeDoc