|  Developer
Updated on May 17, 2022

get_location()

  • Get hub location.
Edit
  • core.get_local_time()
Edit

none

Edit
fields type description
latitude string the geo position latitude
longitude string the geo position longitude
Edit
				
					local core = require "core"

local location = core.get_location()
print( location )