text property

String text

The text to be drawn on the map along with the image of the MapMarker. Gets the text drawn on the map by the MapMarker.

Implementation

String get text;
void text=(String value)

The text to be drawn on the map along with the image of the MapMarker. Sets the text to be drawn on the map by the MapMarker.

Implementation

set text(String value);