Poi class

The Poi represents the details of the valid points selected on the map.

Constructors

Poi({String? id, String? name, required LatLng latLng})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
id String?
A unique identifier of the valid point selected.
final
latLng LatLng
The latitude and longitude of the selected valid point.
final
name String?
The name of the valid point selected.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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