Sha256: 94908b0fd1f84f550cf55d5bb30708d00ea8c907847cd14498f3d461aa66611d

Contents?: true

Size: 664 Bytes

Versions: 23

Compression:

Stored size: 664 Bytes

Contents

#include <windows.h>
#include <string>

#include <ruby/ext/rho/rhoruby.h>
#include <common/RhoDefs.h>
#include <logging/RhoLog.h>

RHO_GLOBAL double rho_geo_latitude()
{
	return 0;
}

RHO_GLOBAL double rho_geo_longitude()
{
	return 0;
}

RHO_GLOBAL double rho_geo_altitude() 
{
	return 0.0;
}

RHO_GLOBAL float rho_geo_accuracy()
{
	return 0;
}

RHO_GLOBAL void rho_geoimpl_turngpsoff()
{
}

RHO_GLOBAL int rho_geo_known_position()
{
	return 0;
}

RHO_GLOBAL void rho_geoimpl_settimeout(int nTimeoutSec)
{
	
}

RHO_GLOBAL int rho_geo_is_available()
{
	return 0;
}

RHO_GLOBAL void rho_geoimpl_do_geocoding(rho_param* p, const char* callback, int callback_tag)
{
}

Version data entries

23 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/wp8/rhoruntime/GeoLocationImpl.cpp
rhodes-7.6.0 platform/uwp/rhoruntime/GeoLocationImpl.cpp
rhodes-7.5.1 platform/wp8/rhoruntime/GeoLocationImpl.cpp
rhodes-7.5.1 platform/uwp/rhoruntime/GeoLocationImpl.cpp
rhodes-7.4.1 platform/wp8/rhoruntime/GeoLocationImpl.cpp
rhodes-7.4.1 platform/uwp/rhoruntime/GeoLocationImpl.cpp
rhodes-7.1.17 platform/wp8/rhoruntime/GeoLocationImpl.cpp
rhodes-7.1.17 platform/uwp/rhoruntime/GeoLocationImpl.cpp
rhodes-6.2.0 platform/uwp/rhoruntime/GeoLocationImpl.cpp
rhodes-6.2.0 platform/wp8/rhoruntime/GeoLocationImpl.cpp
rhodes-6.0.11 platform/wp8/rhoruntime/GeoLocationImpl.cpp
rhodes-6.0.11 platform/uwp/rhoruntime/GeoLocationImpl.cpp
rhodes-5.5.18 platform/wp8/rhoruntime/GeoLocationImpl.cpp
rhodes-5.5.17 platform/wp8/rhoruntime/GeoLocationImpl.cpp
rhodes-5.5.15 platform/wp8/rhoruntime/GeoLocationImpl.cpp
rhodes-5.5.0.22 platform/wp8/rhoruntime/GeoLocationImpl.cpp
rhodes-5.5.2 platform/wp8/rhoruntime/GeoLocationImpl.cpp
rhodes-5.5.0.7 platform/wp8/rhoruntime/GeoLocationImpl.cpp
rhodes-5.5.0.3 platform/wp8/rhoruntime/GeoLocationImpl.cpp
rhodes-5.5.0 platform/wp8/rhoruntime/GeoLocationImpl.cpp