pub trait GeolocationPositionMethods<D: DomTypes> {
    // Required methods
    fn Coords(&self) -> DomRoot<D::GeolocationCoordinates>;
    fn Timestamp(&self) -> u64;
}

Required Methods§

Implementors§