Inheritance
Annotations
  • @DocsEditable()
  • @DomName('CircularGeofencingRegion')
  • @Experimental()

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

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

Operators

operator ==(other) bool
The equality operator. [...]
inherited

Static Properties

instanceRuntimeType Type
@Deprecated("Internal Use Only"), read-only

Constants

MAX_RADIUS num
@DocsEditable(), @DomName('CircularGeofencingRegion.MAX_RADIUS'), @Experimental()
100.0
MIN_RADIUS num
@DocsEditable(), @DomName('CircularGeofencingRegion.MIN_RADIUS'), @Experimental()
1.0