from gi.repository import Geoclue clue = Geoclue.Simple.new_sync('something',Geoclue.AccuracyLevel.NEIGHBORHOOD,None) location = clue.get_location() print(location.get_property('latitude'), location.get_property('longitude'))