Package cloud. pace. sdk. poikit. poi
Types
Address
Link copied to clipboard
Represents an address with house number and street name.
Gas Station
Link copied to clipboard
open class GasStation(id: String, geometry: ArrayList<Geometry.CommandGeo>) : PointOfInterest
Content copied to clipboard
Point of Interest - Gas station with opening hours, prices and payment methods.
IDNotification Token
Link copied to clipboard
class IDNotificationToken(id: String, gasStationDao: GasStationDAO, completion: (Completion<GasStation>) -> Unit) : PoiKitObserverToken
Content copied to clipboard
IDs Notification Token
Link copied to clipboard
class IDsNotificationToken(ids: List<String>, gasStationDao: GasStationDAO, completion: (Completion<List<PointOfInterest>>) -> Unit) : PoiKitObserverToken
Content copied to clipboard
Location Point
Link copied to clipboard
Representation of a lat/lon location on earth. Similar to Google's LatLng. We use our own class for the JUnit tests.
Locations Notification Token
Link copied to clipboard
class LocationsNotificationToken(locations: Map<String, LocationPoint>, gasStationDao: GasStationDAO, completion: (Completion<List<PointOfInterest>>) -> Unit) : PoiKitObserverToken
Content copied to clipboard
Loyalty Program
Link copied to clipboard
Opening Hour
Link copied to clipboard
Opening Hours
Link copied to clipboard
data class OpeningHours(days: List<Day>, hours: List<OpeningHour>, rule: OpeningRule?)
Content copied to clipboard
An opening hour rule consists of a list of days where the rule applies, a range of hours on the days and a rule stating if the gas station i open or closed during the specified time interval(s).
Opening Rule
Link copied to clipboard
Payment Method
Link copied to clipboard
Poi Kit Observer Token
Link copied to clipboard
Point
Link copied to clipboard
Point representing a coordinate (not necessarily lat/lon).
Point Of Interest
Link copied to clipboard
abstract class PointOfInterest(id: String, geometry: ArrayList<Geometry.CommandGeo>)
Content copied to clipboard
Superclass of all Point of Interests.
Postal Service
Link copied to clipboard
Price Suggestion
Link copied to clipboard
Visible Region Notification Token
Link copied to clipboard
class VisibleRegionNotificationToken(visibleRegion: VisibleRegion, padding: Double, gasStationDao: GasStationDAO, completion: (Completion<List<PointOfInterest>>) -> Unit) : PoiKitObserverToken
Content copied to clipboard
Functions
to Location Point
Link copied to clipboard
to Tile Query Request
Link copied to clipboard
fun Collection<LocationPoint>.toTileQueryRequest(zoomLevel: Int): <ERROR CLASS>
Content copied to clipboard