class Playwright::Geolocation

Included Modules

Defined in:

playwright/impl/utils.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(latitude : Int32, longitude : Int32, accuracy : Int32? = nil) #

[View source]
def self.new(latitude, longitude, accuracy = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new #

[View source]

Instance Method Detail

def accuracy : Float64? #

[View source]
def accuracy=(accuracy : Float64?) #

[View source]
def latitude : Float64 #

[View source]
def latitude=(latitude : Float64) #

[View source]
def longitude : Float64 #

[View source]
def longitude=(longitude : Float64) #

[View source]