Metadata class
Information about the GPX file, author, and copyright restrictions goes in the metadata section. Providing rich, meaningful information about your GPX files allows others to search for and use your GPS data.
Constructors
Properties
-
The person or organization who created the GPX file.
getter/setter pair
- bounds ↔ Bounds?
-
Minimum and maximum coordinates which describe the extent of the
coordinates in the file.
getter/setter pair
- copyright ↔ Copyright?
-
Copyright and license information governing use of the file.
getter/setter pair
- desc ↔ String?
-
A description of the contents of the GPX file.
getter/setter pair
-
extensions
↔ Map<
String, String> -
You can add extend GPX by adding your own elements from another schema
here.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- keywords ↔ String?
-
Keywords associated with the file. Search engines or databases can use
this information to classify the data.
getter/setter pair
-
links
↔ List<
Link> -
URLs associated with the location described in the file.
getter/setter pair
- name ↔ String?
-
The name of the GPX file.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- time ↔ DateTime?
-
The creation date of the file.
getter/setter pair
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 ==(
Object other) → bool -
The equality operator.
override