Poi

constructor(id: Int = -1, name: String = "", category: String? = "", center: Float2 = Float2(), description: String? = "", phoneNumber: String? = "", opensAt: String = "", closesAt: String = "", icon: String? = "", points: List<Float2> = emptyList(), color: String? = "", type: String? = "", facebookUrl: String? = "", instagramUrl: String? = "", twitterUrl: String? = "", floorId: Int = -1)

Creates a POI object with the given parameters

Parameters

id

the id of the POI

name

the name of the POI

icon

the icon of the POI

points

the list of points of the POI

color

the color of the POI

type

the type of the POI