KMLMakers class
This class is used to generate the KML code from the given parameters.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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.
inherited
Static Methods
-
generateBlank(
String id) → String - Generates a blank KML document.
-
lookAtLinear(
double latitude, double longitude, double zoom, double tilt, double bearing) → String - Generates KML code for a LookAt element with linear motion.
-
lookAtLinearInstant(
double latitude, double longitude, double zoom, double tilt, double bearing) → String - Generates KML code for an instant LookAt element with linear motion.
-
orbitLookAtLinear(
double latitude, double longitude, double zoom, double tilt, double bearing) → String - Generates KML code for an orbiting LookAt element with linear motion.
-
screenOverlayBalloon(
String htmlContent) → String - Generates KML code for a balloon overlay.
-
screenOverlayImage(
String imageUrl) → String - Generates KML code for a screen overlay image.