nominatim search (without working dialog)

This commit is contained in:
Fedor Katurov 2020-01-20 16:42:46 +07:00
parent c3e136cebb
commit b20a3445d1
27 changed files with 450 additions and 61 deletions

View file

@ -1,22 +1,11 @@
export interface IDialogs {
NONE: string,
MAP_LIST: string,
APP_INFO: string,
}
export interface IMapTabs {
MY: string,
PENDING: string,
STARRED: string,
}
export const DIALOGS: IDialogs = ({
export const DIALOGS = ({
NONE: 'NONE',
MAP_LIST: 'MAP_LIST',
APP_INFO: 'APP_INFO',
NOMINATIM: 'NOMINATIM',
});
export const TABS: IMapTabs = {
export const TABS = {
MY: 'my',
PENDING: 'pending',
STARRED: 'starred',