NOverlayType enum

마커의 종류를 나타내는 enum입니다.

Inheritance

Values

marker → const NOverlayType
const NOverlayType._("ma")
infoWindow → const NOverlayType
const NOverlayType._("in")
circleOverlay → const NOverlayType
const NOverlayType._("ci")
groundOverlay → const NOverlayType
const NOverlayType._("gr")
polygonOverlay → const NOverlayType
const NOverlayType._("pg")
polylineOverlay → const NOverlayType
const NOverlayType._("pl")
pathOverlay → const NOverlayType
const NOverlayType._("pa")
multipartPathOverlay → const NOverlayType
const NOverlayType._("mp")
arrowheadPathOverlay → const NOverlayType
const NOverlayType._("ah")
locationOverlay → const NOverlayType
const NOverlayType._("lo")

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
payload String
final
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.
override

Operators

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

Constants

values → const List<NOverlayType>
A constant List of the values in this enum, in order of their declaration.