location property

Future<Point<num>> location

The location within the document of this element.

Implementation

Future<Point> get location => _client.send(
    _handler.element.buildLocationRequest(id),
    _handler.element.parseLocationResponse);