class Playwright::Geolocation
- Playwright::Geolocation
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/impl/utils.crConstructors
- .new(latitude : Int32, longitude : Int32, accuracy : Int32? = nil)
- .new(latitude, longitude, accuracy = nil)
- .new(pull : JSON::PullParser)
- .new
Instance Method Summary
- #accuracy : Float64?
- #accuracy=(accuracy : Float64?)
- #latitude : Float64
- #latitude=(latitude : Float64)
- #longitude : Float64
- #longitude=(longitude : Float64)