Poiinfo class
/////////////////////////////////////////////////////////////////////////// A helper class to hold all POIs for a specific zoom level during the sub-file creation process.
Constructors
- Poiinfo()
Properties
- content ↔ Uint8List?
-
getter/setter pair
- count ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
poiholders
↔ Set<
Poiholder> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addPoiholder(
Poiholder poiholder) → void -
analyze(
List< Tagholder> tagholders, String? languagesPreference) → void -
contains(
PointOfInterest poi) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setPoidata(
PointOfInterest poi) → void -
toString(
) → String -
A string representation of this object.
inherited
-
writePoidata(
bool debugFile, double tileLatitude, double tileLongitude) → Uint8List
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited