This commit is contained in:
@@ -139,6 +139,10 @@ export class GuideUseCase {
|
||||
return this.guide.searchPois(keyword)
|
||||
}
|
||||
|
||||
getInitialSearchSpacePoints() {
|
||||
return this.guide.listSpacePoints()
|
||||
}
|
||||
|
||||
getPoiById(id: string) {
|
||||
return this.guide.getPoiById(id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user