File

src/app/features/location/geo-location.ts

Description

A location both as custom string and an optional geo location lookup.

Index

Properties

Properties

geoLookup
geoLookup: GeoResult
Type : GeoResult
Optional
locationString
locationString: string
Type : string
Optional
import { GeoResult } from "./geo.service";

/**
 * A location both as custom string and an optional geo location lookup.
 */
export interface GeoLocation {
  locationString?: string;
  geoLookup?: GeoResult;
}

results matching ""

    No results matching ""