Geolocation class
Secure context: This feature is available only in secure
contexts (HTTPS), in some or all supporting browsers.
The interface represents an object able to programmatically
obtain the position of the device. It gives Web content access to
the location of the device. This allows a Web site or app to
offer customized results based on the user's location.
An object with this interface is obtained using the
navigator.geolocation
property implemented by the Navigator
object.
Note: For security reasons, when a web page tries to access location information, the user is notified and asked to grant permission. Be aware that each browser has its own policies and methods for requesting this permission.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- Geolocation()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited