Safe Haskell | None |
---|---|
Language | Haskell2010 |
JSDOM.Generated.Geoposition
- getCoords :: MonadDOM m => Geoposition -> m (Maybe Coordinates)
- getCoordsUnchecked :: MonadDOM m => Geoposition -> m Coordinates
- getTimestamp :: MonadDOM m => Geoposition -> m Word
- data Geoposition
- castToGeoposition :: IsGObject obj => obj -> JSM Geoposition
- gTypeGeoposition :: JSM GType
Documentation
getCoords :: MonadDOM m => Geoposition -> m (Maybe Coordinates) Source #
getCoordsUnchecked :: MonadDOM m => Geoposition -> m Coordinates Source #
getTimestamp :: MonadDOM m => Geoposition -> m Word Source #
data Geoposition Source #
Functions for this inteface are in JSDOM.Geoposition.
castToGeoposition :: IsGObject obj => obj -> JSM Geoposition Source #