Difference between revisions of "Location Types"
Jump to navigation
Jump to search
(Created page with "There are several types of depot files in Truxton. This information is also kept in the <code>LocationType</code> database table. {| class="wikitable" ! Name ! Value ! Meani...") |
|||
| (17 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | These are the types of geographic locations in Truxton. | |
| − | This information is also kept in the <code>LocationType</code> database table. | + | This information is also kept in the <code>[LocationType]</code> database table. |
| + | These values are used in the <code>[LocationTypeID]</code> column of the <code><nowiki>[</nowiki>[[Location Table|Location]]<nowiki>]</nowiki></code> table. | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 50: | Line 51: | ||
| <code>LOCATION_TYPE_APPLICATION</code> | | <code>LOCATION_TYPE_APPLICATION</code> | ||
| style="text-align:center;" | 10 | | style="text-align:center;" | 10 | ||
| − | | | + | | An application stored this location in a data file. |
|- | |- | ||
| <code>LOCATION_TYPE_SEARCH_RESULT</code> | | <code>LOCATION_TYPE_SEARCH_RESULT</code> | ||
| Line 155: | Line 156: | ||
| style="text-align:center;" | 36 | | style="text-align:center;" | 36 | ||
| Viber | | Viber | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_MEETING</code> | ||
| + | | style="text-align:center;" | 37 | ||
| + | | Meeting | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_ARREST</code> | ||
| + | | style="text-align:center;" | 38 | ||
| + | | Arrest | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_HOME</code> | ||
| + | | style="text-align:center;" | 39 | ||
| + | | Home | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_SPEED_TEST</code> | ||
| + | | style="text-align:center;" | 40 | ||
| + | | An internet connection speed test was performed at this location | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_CHECK_THE_WEATHER</code> | ||
| + | | style="text-align:center;" | 41 | ||
| + | | The weather was checked at this location | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_WHATS_APP</code> | ||
| + | | style="text-align:center;" | 42 | ||
| + | | A WhatsApp location | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_FOURSQUARE</code> | ||
| + | | style="text-align:center;" | 43 | ||
| + | | A FourSquare location | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_COMPROMISED_HOST</code> | ||
| + | | style="text-align:center;" | 44 | ||
| + | | Location of a compromised host | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_PILOT_LOCATION</code> | ||
| + | | style="text-align:center;" | 45 | ||
| + | | Location of a pilot of a drone | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_MOBILECARD</code> | ||
| + | | style="text-align:center;" | 46 | ||
| + | | Location of where a mobile card (Passbook) was used | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_GOOGLE_TAKEOUT_PLACE_VISIT</code> | ||
| + | | style="text-align:center;" | 47 | ||
| + | | Location of where a place visit was recorded by Google | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_GOOGLE_TAKEOUT_ACTIVITY_SEGMENT</code> | ||
| + | | style="text-align:center;" | 48 | ||
| + | | Location of where an activity segment was recorded by Google | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_CORE_LOCATION</code> | ||
| + | | style="text-align:center;" | 49 | ||
| + | | Location of an Apple device retrieved by an application | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_AIRTAG_LOCATION</code> | ||
| + | | style="text-align:center;" | 50 | ||
| + | | Location of an Apple AirTag | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_NETWORK_CONNECTION</code> | ||
| + | | style="text-align:center;" | 51 | ||
| + | | Location of where a network connection was made | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_ALPINEQUEST_STARTING_POINT</code> | ||
| + | | style="text-align:center;" | 52 | ||
| + | | The first point in an AlpineQuest track log | ||
| + | |- | ||
| + | | <code>LOCATION_TYPE_POINT_OF_INTEREST</code> | ||
| + | | style="text-align:center;" | 53 | ||
| + | | A POI | ||
|} | |} | ||
Latest revision as of 04:45, 21 April 2026
These are the types of geographic locations in Truxton.
This information is also kept in the [LocationType] database table.
These values are used in the [LocationTypeID] column of the [Location] table.
| Name | Value | Meaning |
|---|---|---|
LOCATION_TYPE_NULL
|
0 | The type is not known. You should never see this. |
LOCATION_TYPE_UNKNOWN
|
1 | The location type is not known. |
LOCATION_TYPE_IOS_WIFI_DATABASE
|
2 | Apple Wifi Database |
LOCATION_TYPE_WIFI_HARVEST
|
3 | Wifi Harvest |
LOCATION_TYPE_IOS_LOCATION_HARVEST
|
4 | Apple Location Harvest |
LOCATION_TYPE_IOS_CELL_TOWER_DATABASE
|
5 | Apple Cell Database |
LOCATION_TYPE_CELL_HARVEST
|
6 | Cell Harvest |
LOCATION_TYPE_ATT_MARK_THE_SPOT
|
7 | AT&T Mark The Spot |
LOCATION_TYPE_SHAZAM
|
8 | Shazam |
LOCATION_TYPE_EXIF
|
9 | EXIF |
LOCATION_TYPE_APPLICATION
|
10 | An application stored this location in a data file. |
LOCATION_TYPE_SEARCH_RESULT
|
11 | Search Result |
LOCATION_TYPE_FIND_MY_IPHONE
|
12 | Find iPhone |
LOCATION_TYPE_ANDROID_WIFI_CACHE
|
13 | Android Wifi Cache |
LOCATION_TYPE_ANDROID_CELL_CACHE
|
14 | Android Cell Cache |
LOCATION_TYPE_FACEBOOK
|
15 | |
LOCATION_TYPE_IOS_ROUTINE_LOCATION
|
16 | iOS Routine |
LOCATION_TYPE_FACEBOOK_MESSAGE
|
17 | Facebook Message |
LOCATION_TYPE_LIMEWIRE_PROPERTY
|
18 | Limewire Property |
LOCATION_TYPE_GOOGLE_MAPS_DIRECTIONS
|
19 | Google Maps Directions |
LOCATION_TYPE_GOOGLE_MAPS_PLACE
|
20 | Google Maps Place |
LOCATION_TYPE_GOOGLE_PHOTO
|
21 | Google Photo |
LOCATION_TYPE_GOPRO_VIDEO
|
22 | GoPro Video |
LOCATION_TYPE_DRONE_HOME_POINT
|
23 | Drone Home Point |
LOCATION_TYPE_ROUTE_START
|
24 | Route Start |
LOCATION_TYPE_ROUTE_END
|
25 | Route End |
LOCATION_TYPE_CACHED_POSITION
|
26 | Cached Position |
LOCATION_TYPE_GOOGLE_HANGOUT
|
27 | Google Hangout Message |
LOCATION_TYPE_SMS
|
28 | SMS Message Text |
LOCATION_TYPE_GOOGLE_MAPS_VIEW
|
29 | Google Maps View |
LOCATION_TYPE_WAZE
|
30 | Waze |
LOCATION_TYPE_WAZE_VIEW
|
31 | Waze View |
LOCATION_TYPE_IBEACON_REGION
|
32 | Apple iBeacon Region |
LOCATION_TYPE_TRACK_POINT
|
33 | Track Point |
LOCATION_TYPE_SNAPCHAT
|
34 | Snapchat |
LOCATION_TYPE_WHATSAPP
|
35 | |
LOCATION_TYPE_VIBER
|
36 | Viber |
LOCATION_TYPE_MEETING
|
37 | Meeting |
LOCATION_TYPE_ARREST
|
38 | Arrest |
LOCATION_TYPE_HOME
|
39 | Home |
LOCATION_TYPE_SPEED_TEST
|
40 | An internet connection speed test was performed at this location |
LOCATION_TYPE_CHECK_THE_WEATHER
|
41 | The weather was checked at this location |
LOCATION_TYPE_WHATS_APP
|
42 | A WhatsApp location |
LOCATION_TYPE_FOURSQUARE
|
43 | A FourSquare location |
LOCATION_TYPE_COMPROMISED_HOST
|
44 | Location of a compromised host |
LOCATION_TYPE_PILOT_LOCATION
|
45 | Location of a pilot of a drone |
LOCATION_TYPE_MOBILECARD
|
46 | Location of where a mobile card (Passbook) was used |
LOCATION_TYPE_GOOGLE_TAKEOUT_PLACE_VISIT
|
47 | Location of where a place visit was recorded by Google |
LOCATION_TYPE_GOOGLE_TAKEOUT_ACTIVITY_SEGMENT
|
48 | Location of where an activity segment was recorded by Google |
LOCATION_TYPE_CORE_LOCATION
|
49 | Location of an Apple device retrieved by an application |
LOCATION_TYPE_AIRTAG_LOCATION
|
50 | Location of an Apple AirTag |
LOCATION_TYPE_NETWORK_CONNECTION
|
51 | Location of where a network connection was made |
LOCATION_TYPE_ALPINEQUEST_STARTING_POINT
|
52 | The first point in an AlpineQuest track log |
LOCATION_TYPE_POINT_OF_INTEREST
|
53 | A POI |