80 lines
1.8 KiB
TypeScript
80 lines
1.8 KiB
TypeScript
export const favorites = {
|
|
home: {
|
|
name: 'Home',
|
|
icon: 'home',
|
|
coords: {
|
|
lat: 40.910773020811,
|
|
lng: -73.891069806448,
|
|
},
|
|
},
|
|
work_places: {
|
|
name: 'Work Places',
|
|
icon: 'work',
|
|
subitems: {
|
|
jeong: {
|
|
name: 'Jeong',
|
|
icon: 'language_korean_latin',
|
|
coords: {
|
|
lat: 40.76624975651346,
|
|
lng: -73.81444335286128,
|
|
},
|
|
address: '35-02 150th Pl, Flushing, NY 11354',
|
|
},
|
|
santos: {
|
|
name: 'Santos',
|
|
icon: 'rice_bowl',
|
|
coords: {
|
|
lat: 40.74504671877868,
|
|
lng: -73.8880099638491,
|
|
},
|
|
address: '77-08 Broadway, Elmhurst, NY 11373',
|
|
},
|
|
natalya_qns: {
|
|
name: 'Natalya (Qns)',
|
|
icon: 'currency_ruble',
|
|
coords: {
|
|
lat: 40.69644966409178,
|
|
lng: -73.837453217826,
|
|
},
|
|
address: '110-14 Jamaica Ave, Richmond Hill, NY 11418',
|
|
},
|
|
natalya_bx: {
|
|
name: 'Natalya (Bronx)',
|
|
icon: 'currency_ruble',
|
|
coords: {
|
|
lat: 40.85384419116598,
|
|
lng: -73.86314767911834,
|
|
},
|
|
address: '2109 Matthews Ave, Bronx, NY 10462',
|
|
},
|
|
office: {
|
|
name: 'Linwood Plaza',
|
|
icon: 'dermatology',
|
|
coords: {
|
|
lat: 40.86141832913106,
|
|
lng: -73.96997583196286,
|
|
},
|
|
address: '158 Linwood Plaza, Fort Lee, NJ 07024',
|
|
},
|
|
},
|
|
},
|
|
strg: {
|
|
name: 'Man Mini Storage',
|
|
icon: 'box',
|
|
coords: {
|
|
lat: 40.75158955085288,
|
|
lng: -73.9328988710467,
|
|
},
|
|
address: '31-08 Northern Blvd, Long Island City, NY 11101',
|
|
},
|
|
acme: {
|
|
name: 'Acme',
|
|
icon: 'grocery',
|
|
coords: {
|
|
lat: 40.90930366920829,
|
|
lng: -73.87658695470259,
|
|
},
|
|
address: '31-08 Northern Blvd, Long Island City, NY 11101',
|
|
},
|
|
};
|