PlaceDetail
The getter to use to access the place detail class.
Declaration
get PlaceDetail(): typeof PlaceDetail;Discussion
You must load the appropriate library first before accessing the getter, otherwise, the getter throws an Error.
The getter to use to access the place detail class.
get PlaceDetail(): typeof PlaceDetail;You must load the appropriate library first before accessing the getter, otherwise, the getter throws an Error.