Type Alias AddressLocation
AddressLocation: {
geoLocation?: { lat: number; lng: number };
name: string;
placeId: string;
types: string[];
}
Type declaration
OptionalgeoLocation?: { lat: number; lng: number }
name: string
placeId: string
types: string[]