ServiceDocumentInfo class final

Provides various information about the map service such as title, author, keywords and comments. It also includes the text anti-aliasing mode.

Implemented types

Properties

antialiasingMode → AntialiasingMode
The anti aliasing mode.
no setter
author → String
The document author.
no setter
category → String
The document category.
no setter
comments → String
The document comments.
no setter
hashCode → int
The hash code for this object.
no setterinherited
keywords → List<String>
The document keywords.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
subject → String
The document subject.
no setter
textAntialiasingMode → TextAntialiasingMode
The text anti aliasing mode.
no setter
title → String
The document title.
no setter

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