PlacemarkModel class

Class that defines the placemark entity, which contains its properties and methods.

Constructors

PlacemarkModel({String? description, String? icon, String balloonContent = '', bool visibility = true, bool viewOrbit = true, double scale = 2.5, LookAtModel? lookAt, TourModel? tour, required String id, required String name, PointModel? point, LineModel? line, String? styleId, String? orbitContent})
PlacemarkModel.fromMap(Map<String, dynamic> map)
Returns a PlacemarkModel from the given map.
factory

Properties

balloonContent String
Property that defines the placemark balloon content.
getter/setter pair
balloonOnlyTag String
Property that defines a placemark tag which contains only a balloon. FF537DC0
no setter
description String?
Property that defines the placemark description.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon String?
Property that defines the placemark icon image URL.
getter/setter pair
id String
Property that defines the placemark id.
getter/setter pair
line LineModel?
Property that defines the placemark line entity.
getter/setter pair
lookAt LookAtModel?
Property that defines the placemark look at entity.
getter/setter pair
name String
Property that defines the placemark name.
getter/setter pair
orbitContent String?
getter/setter pair
orbitTag String
no setter
placemarkOnlyTag String
no setter
point PointModel?
Property that defines the placemark point entity.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
Property that defines the placemark scale.
getter/setter pair
styleId String?
property that defines the style id
getter/setter pair
styleTag String
no setter
tag String
Property that defines the placemark tag according to its current properties. KML code for a placemark
no setter
tour TourModel?
Property that defines the placemark tour entity.
getter/setter pair
viewOrbit bool
Property that defines whether the placemark orbit is visible;
getter/setter pair
visibility bool
Property that defines the placemark visibility.
getter/setter pair

Methods

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

Operators

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