- Creazione "AbitareGliIblei"
- Mappa Interattiva con i markers
This commit is contained in:
@@ -645,6 +645,7 @@ export interface ICatalogo {
|
||||
formato: string[]
|
||||
Categoria: string[]
|
||||
Editore: string[]
|
||||
pdf: boolean
|
||||
}
|
||||
|
||||
|
||||
@@ -1234,18 +1235,34 @@ export interface IAnim {
|
||||
timingtype: string,
|
||||
}
|
||||
|
||||
export interface ICoordLatLng {
|
||||
lat: any
|
||||
lng: any
|
||||
}
|
||||
|
||||
|
||||
|
||||
export interface ICoordinates {
|
||||
lat: any
|
||||
long: any
|
||||
}
|
||||
|
||||
export interface ICoordinatesGPS {
|
||||
coordinates: [number, number]; // [lng, lat]
|
||||
}
|
||||
|
||||
export interface ITipoDiAttivita {
|
||||
_id: string
|
||||
label: string
|
||||
note: string
|
||||
}
|
||||
|
||||
export interface ICoordGPS {
|
||||
address: string
|
||||
type: string
|
||||
coordinates: [number, number]
|
||||
}
|
||||
|
||||
export interface IAttivita {
|
||||
_id: string
|
||||
|
||||
@@ -1256,7 +1273,7 @@ export interface IAttivita {
|
||||
idSector: number[]
|
||||
|
||||
idCity: number[]
|
||||
coordinate_gps: string
|
||||
coordinate_gps: ICoordGPS
|
||||
|
||||
// FOTO
|
||||
logo: IGallery
|
||||
|
||||
Reference in New Issue
Block a user