A collection of geo objects. Allows you to group geo objects for adding them to the map, setting options, etc. Collections are geo objects too.
- Implemented types
Constructors
-
GeoObjectCollection(BoundingBox? boundingBox, TypeDictionaryBase<
BaseMetadata> metadataContainer, List<GeoObjectCollectionItem> children) -
factory
Properties
- boundingBox → BoundingBox?
-
The bounds around the collection of objects.
no setter
-
children
→ List<
GeoObjectCollectionItem> -
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
-
metadataContainer
→ TypeDictionaryBase<
BaseMetadata> -
The metadata for the objects.
no setter
- 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.
override
Operators
-
operator ==(
covariant GeoObjectCollection other) → bool -
The equality operator.
override