Broadcasts are sent only when the “External data sharing” toggle is turned on inside FGPS.
The broadcast uses the custom action com.igork.fakegps.LOCATION_DATA —
any app can receive it with a simple BroadcastReceiver, no special permissions required.
com.igork.fakegps.LOCATION_DATAService state – true if spoofing is active, false otherwise.
System.currentTimeMillis() when broadcast was sent.
Mock latitude (WGS84).
Mock longitude (WGS84).
Speed in meters per second.
Heading in degrees relative to true north.
Altitude in meters (WGS84 ellipsoid).
Horizontal accuracy radius in meters.
Speed accuracy (m/s).
Vertical accuracy in meters.
Bearing accuracy in degrees.