Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- getCoords :: MonadDOM m => Geoposition -> m Coordinates
- getTimestamp :: MonadDOM m => Geoposition -> m Word
- newtype Geoposition = Geoposition {}
- gTypeGeoposition :: JSM GType
Documentation
getCoords :: MonadDOM m => Geoposition -> m Coordinates Source #
getTimestamp :: MonadDOM m => Geoposition -> m Word Source #
newtype Geoposition Source #
Functions for this inteface are in JSDOM.Geoposition.
Instances
FromJSVal Geoposition Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe Geoposition) # fromJSValUnchecked :: JSVal -> JSM Geoposition # fromJSValListOf :: JSVal -> JSM (Maybe [Geoposition]) # fromJSValUncheckedListOf :: JSVal -> JSM [Geoposition] # | |
PFromJSVal Geoposition Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> Geoposition # | |
PToJSVal Geoposition Source # | |
Defined in JSDOM.Types pToJSVal :: Geoposition -> JSVal # | |
ToJSVal Geoposition Source # | |
Defined in JSDOM.Types toJSVal :: Geoposition -> JSM JSVal # toJSValListOf :: [Geoposition] -> JSM JSVal # | |
MakeObject Geoposition Source # | |
Defined in JSDOM.Types makeObject :: Geoposition -> JSM Object # | |
IsGObject Geoposition Source # | |
Defined in JSDOM.Types typeGType :: Geoposition -> JSM GType |