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 = nil)
- .new(latitude : Float64, longitude : Float64, accuracy : Float64 | Nil = nil)
- .new(pull : JSON::PullParser)
- .new
Instance Method Summary
- #accuracy : Float64 | Nil
- #accuracy=(accuracy : Float64 | Nil)
- #latitude : Float64
- #latitude=(latitude : Float64)
- #longitude : Float64
- #longitude=(longitude : Float64)
Constructor Detail
def self.new(latitude : Float64, longitude : Float64, accuracy : Float64 | Nil = nil)
#