IzumiSy / elm-firestore / Firestore.Types.Geopoint

Geopoint data type for Firestore


type Geopoint

new : { latitude : Basics.Int, longitude : Basics.Int } -> Geopoint

latitude : Geopoint -> Basics.Int

longitude : Geopoint -> Basics.Int