waypoint visited percentage
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export interface WaypointsEntity {
|
||||
id?: number;
|
||||
id: number;
|
||||
name: string;
|
||||
lat: number;
|
||||
lon: number;
|
||||
@@ -9,3 +9,11 @@ export interface WaypointsEntity {
|
||||
distance?: number;
|
||||
visited?: boolean;
|
||||
}
|
||||
export interface newWaypoint {
|
||||
name: string;
|
||||
lat: number;
|
||||
lon: number;
|
||||
description: string;
|
||||
img: string;
|
||||
locationName: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user