Searched refs:Location_SourceType (Results 1 – 9 of 9) sorted by relevance
32 | [Location_SourceType](_location.md#location_sourcetype) [locationSourceType](#locationsourcetype)…95 Location_SourceType Location_BasicInfo::locationSourceType98 表示定位结果的来源。 详细定义请参考[Location_SourceType](_location.md#location_sourcetype).
36 | typedef enum [Location_SourceType](#location_sourcetype-1) [Location_SourceType](#location_source…50 | [Location_SourceType](#location_sourcetype-1) { LOCATION_SOURCE_TYPE_GNSS = 1, LOCATION_SOURCE_TY…146 ### Location_SourceType subsection149 typedef enum Location_SourceType Location_SourceType208 ### Location_SourceType subsection211 enum Location_SourceType
36 | typedef enum [Location_SourceType](_location.md#location_sourcetype-1) [Location_SourceType](_loc…50 | [Location_SourceType](_location.md#location_sourcetype) { [LOCATION_SOURCE_TYPE_GNSS](_location.m…
152 typedef enum Location_SourceType { enum169 } Location_SourceType; typedef232 Location_SourceType locationSourceType;
32 …Location_SourceType](_location.md#location_sourcetype)[locationSourceType](#locationsourcetype) | …95 Location_SourceType Location_BasicInfo::locationSourceType98 Source of the location result. For details, see [Location_SourceType](_location.md#location_sourcet…
46 Location_SourceType locationSourceType;
80 location_info.locationSourceType = (Location_SourceType)location->GetLocationSourceType(); in OnLocationReport()