module Wince::Location extend self @@client = Geoclue::Simple.new_sync("space.quietfeathers.Wince", Geoclue::AccuracyLevel::Street, nil) def find_location() location = @@client.location [location.latitude, location.longitude] end end