Dart Documentationchrome.location

chrome.location library

todo(vadimt): Consider reusing WebKit/Blink types, if this is possible. Use the chrome.location API to retrieve the geographic location of the host machine. This API is a version of the <a href="http://dev.w3.org/geo/api/spec-source.html">HTML Geolocation API</a> that is compatible with event pages.

Properties

final ChromeLocation location #

Accessor for the chrome.location namespace.

final ChromeLocation location = new ChromeLocation._()

Classes