- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- GeofencingRegion
- CircularGeofencingRegion
- Annotations
- @DocsEditable()
- @DomName('CircularGeofencingRegion')
- @Experimental()
Constants
- MAX_RADIUS → num
-
@DocsEditable(), @DomName('CircularGeofencingRegion.MAX_RADIUS'), @Experimental()
100.0
- MIN_RADIUS → num
-
@DocsEditable(), @DomName('CircularGeofencingRegion.MIN_RADIUS'), @Experimental()
1.0
Static Properties
- instanceRuntimeType → Type
-
@Deprecated("Internal Use Only"), read-only
Constructors
- CircularGeofencingRegion(Map init)
-
factory
- CircularGeofencingRegion.internal_()
Properties
- latitude → num
-
@DocsEditable(), @DomName('CircularGeofencingRegion.latitude'), @Experimental(), read-only
- longitude → num
-
@DocsEditable(), @DomName('CircularGeofencingRegion.longitude'), @Experimental(), read-only
- radius → num
-
@DocsEditable(), @DomName('CircularGeofencingRegion.radius'), @Experimental(), read-only
- hashCode → int
-
read-only, inherited
- id → String
-
@DocsEditable(), @DomName('GeofencingRegion.id'), @Experimental(), read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.inherited