[Android] Chapter 1 location service and Mobile Phone Positioning-This Chapter provides an example of the main interface, Chapter 2 of android
Category: C #, Android, VS2015;
Created on: 1. Introduction
Currently, location-based services have developed rapidly, involving business, medical, positioning, tracking, warnings in sensitive areas, work and life. The positioning service integrates multiple technologies such as GPS positioning, mobile communication, and navigation to obtain the location information of users' terminal devices. It provides mobile users with comprehensive application services related to spatial location.
In this chapter, we take the built-in positioning Service of Android and Baidu positioning Service as examples to demonstrate the basic usage of Location Service. Ii. Main Interface of this Chapter
1. Run
2. The code in the MainActivity. cs File
chItems.Add (new Chapter ()
{
ChapterName = "Chapter 18 Location Services and Mobile Location",
ChapterItems = new ChItem []
{
new ChItem {type = typeof (ch1801MainActivity), Title = "Example 18-1 Basic usage of Android location service", Desc = "Demonstrate basic usage of Android's built-in location service"},
new ChItem {type = typeof (ch1802MainActivity), Title = "Example 18-2 Basic usage of Baidu location service", Desc = "Demonstrate basic usage of location service provided by Baidu"},
}
});