CPPointOfInterest class

A section object of list items that appear in a list template.

Constructors

CPPointOfInterest({required double latitude, required double longitude, required String title, String? subtitle, String? summary, String? detailTitle, String? detailSubtitle, String? detailSummary, String? image, CPTextButton? primaryButton, CPTextButton? secondaryButton})
Creates CPPointOfInterest

Properties

detailSubtitle String?
getter/setter pair
detailSummary String?
getter/setter pair
detailTitle String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image String?
getter/setter pair
latitude double
Header text of the section.
getter/setter pair
longitude double
getter/setter pair
primaryButton CPTextButton?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryButton CPTextButton?
final
subtitle String?
getter/setter pair
summary String?
getter/setter pair
title String
getter/setter pair
uniqueId String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited