PointOfInterest

constructor(name: String, coordinate: Coordinate, type: PointOfInterestType = PointOfInterestType.CATEGORY, description: String? = null, address: String? = null, imageURL: String? = null, tags: List<String> = emptyList(), mediaThumbnailURL: String? = null, mediaURL: String? = null, mediaType: String? = null, customerID: String? = null)