CPPointOfInterest constructor
CPPointOfInterest({})
Creates CPPointOfInterest
Implementation
CPPointOfInterest({
required this.latitude,
required this.longitude,
required this.title,
this.subtitle,
this.summary,
this.detailTitle,
this.detailSubtitle,
this.detailSummary,
this.image,
this.primaryButton,
this.secondaryButton
});