PointOfInterestServicing
public protocol PointOfInterestServicing : AnyObject
-
Declaration
Swift
func pointsOfInterestList(mapID: Int, limit: Int) -> AnyPublisher<PaginationContainer<PointOfInterest>, Error> -
pointsOfInterestList(mapID:Extension method) Declaration
Swift
func pointsOfInterestList(mapID: Int) -> AnyPublisher<PaginationContainer<PointOfInterest>, Error>
View on GitHub