PointOfInterestService
public class PointOfInterestService : RemoteServiceBase, PointOfInterestServiceP
-
Declaration
Swift
public func pointsOfInterestList(mapID: Int) -> Single<PaginationContainer<PointOfInterest>>
-
Declaration
Swift
public func pointsOfInterestList(mapID: Int, limit: Int) -> Single<PaginationContainer<PointOfInterest>>