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, extraMedias: List<PointOfInterest.ExtraMedia> = emptyList(), externalData: JsonElement? = null)
Creates a point of interest with a generated unique identifier.