Category: C #, Android, VS2015;
Date Created: 2016-03-04 I. INTRODUCTION
At present, location-based services have developed rapidly and have been involved in all aspects of business, medical, positioning, tracking, sensitive area warning, work and life. Location Service combines GPS positioning, mobile communication, navigation and other technologies to obtain the location information of the user terminal equipment, providing mobile users with a comprehensive application services related to the spatial location.
This chapter focuses on the basic usage of location services, based on Android's built-in location services and Baidu location services. Second, this chapter sample main interface
1. Operation
2, the corresponding code in the MainActivity.cs file
Chitems.add (NewChapter () {Chaptername="18th position Service and mobile location", Chapteritems=Newchitem[] {NewChitem {type =typeof(ch1801mainactivity), title="Example 18-1 basic usage of Android location service", Desc ="Demo Android Built-in basic usage of location services" }, NewChitem {type =typeof(ch1802mainactivity), title="Example 18-2 Baidu location service Basic usage", Desc ="demonstrate the basic usage of location services provided by Baidu" }, }});
"Android" chapter 18th location Service and mobile location-This chapter sample main interface