Interface ILocationData

Hierarchy

  • ILocationData

Properties

Properties

location: null | {
    lat: number;
    lng: number;
}

Type declaration

  • lat: number
  • lng: number
radius: number

Generated using TypeDoc