WO2012022179A1 - 一种移动终端位置信息的查询方法和*** - Google Patents

一种移动终端位置信息的查询方法和*** Download PDF

Info

Publication number
WO2012022179A1
WO2012022179A1 PCT/CN2011/074249 CN2011074249W WO2012022179A1 WO 2012022179 A1 WO2012022179 A1 WO 2012022179A1 CN 2011074249 W CN2011074249 W CN 2011074249W WO 2012022179 A1 WO2012022179 A1 WO 2012022179A1
Authority
WO
WIPO (PCT)
Prior art keywords
mobile terminal
short message
location information
location
query request
Prior art date
Application number
PCT/CN2011/074249
Other languages
English (en)
French (fr)
Inventor
王颖轩
Original Assignee
惠州Tcl移动通信有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 惠州Tcl移动通信有限公司 filed Critical 惠州Tcl移动通信有限公司
Priority to US13/513,511 priority Critical patent/US8838142B2/en
Priority to EP11817706.2A priority patent/EP2608579B1/en
Publication of WO2012022179A1 publication Critical patent/WO2012022179A1/zh

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/02Services making use of location information
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/20Services signaling; Auxiliary data signalling, i.e. transmitting data via a non-traffic channel
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W64/00Locating users or terminals or network equipment for network management purposes, e.g. mobility management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • H04W4/14Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]

Definitions

  • the invention belongs to the technical field of mobile terminals, and in particular relates to a method and a system for querying location information of a mobile terminal.
  • An object of the present invention is to provide a method for querying location information of a mobile terminal, which aims to acquire location information and reduce cost in combination with an existing mobile terminal.
  • the embodiment of the present invention is implemented by the method for querying location information of a mobile terminal, and the method includes the following steps:
  • the mobile terminal receives the location query request input by the user, creates a first short message according to the location query request, and sends the created first short message and the ID of the mobile terminal to the server, where the first short message is
  • the message header has a corresponding code for identifying the location query request
  • the server parses the first short message to obtain a location query request, acquires the location information of the mobile terminal according to the ID of the mobile terminal, and creates a second short message according to the acquired location information, and returns the information to the mobile terminal, where
  • the second short message contains location information in a system defined format.
  • Another object of the embodiments of the present invention is to provide a query system for weather information of a mobile terminal, including a server and at least one mobile terminal.
  • the mobile terminal is configured to receive a location query request input by the user, create a first short message according to the location query request, and send the created first short message and the ID of the mobile terminal to the server, where The header of the first short message has a corresponding code for identifying the location query request;
  • the server is configured to parse the first short message to obtain a location query request, acquire location information of the mobile terminal according to the ID of the mobile terminal, and create a second short message according to the obtained location information, and return the information to the mobile terminal.
  • the second short message includes location information in a system defined format.
  • the mobile terminal after receiving the location query request of the user, creates a first short message and sends it to the server. After the server resolves, the server obtains the corresponding location information, and creates a second short message to return to the mobile terminal, so that the user can conveniently and quickly Obtaining the location information that you want to query, and greatly saving the cost, which is conducive to the popularity of mobile terminals.
  • FIG. 1 is a structural diagram of an inquiry system for location information of a mobile terminal according to an embodiment of the present invention
  • FIG. 2 is a structural diagram of a short message according to an embodiment of the present invention.
  • FIG. 3 is a flowchart of a method for querying location information of a mobile terminal according to an embodiment of the present invention.
  • FIG. 1 shows the structure of an inquiry system for location information of a mobile terminal according to an embodiment of the present invention.
  • the system includes a server 11 and at least one mobile terminal 12.
  • the mobile terminal 12 receives a location query request input by the user, creates a first short message according to the location query request, and sends the created first short message and the ID of the mobile terminal 12 to the server;
  • the message header of the first short message has a corresponding code for identifying a location query request, and the ID of the mobile terminal includes a cell of the mobile terminal. ID or WiFi hotspot ID.
  • the server 11 parses the first short message acquisition location query request, obtains the location information of the mobile terminal 12 according to the ID of the mobile terminal 12, and creates a second short message according to the acquired location information and returns it to the mobile terminal 12;
  • the second short message includes location information in a system defined format.
  • the mobile terminal 12 receives and parses the second short message, acquires the location information in the second short message, and displays it in a system-defined format. .
  • the mobile terminal 12 displays the coordinates in the location information in a corresponding location in the background map.
  • IEI Information Element Identifier
  • Mobile phones can usually save or read current network-related information, such as LAC, Cell-ID, etc. If there is a data structure in the MTK platform, LAC, Cell is saved. Information such as ID can directly obtain the corresponding data by reading the relevant elements of the data structure.
  • the Cell ID is usually available on all mobile platforms.
  • the Cell ID is in the following structure:
  • the value can be obtained by pointer: layer4_ptr_g->l4c_ptr->hz_ptr->current_cell_id.
  • the hotspot ID for WiFi can also be obtained in a similar manner as described above.
  • Cell ID is a cell identification code (Cell) Identifier
  • Cell is used to identify the cell of the network where the mobile phone user is currently located, usually a string of numbers.
  • the server corresponding database stores the Cell-ID and corresponding location information of each cell, and the information can be translated into latitude and longitude to determine the user location. If the WiFi hotspot ID is used, the hotspot ID has a similar global ID number.
  • the server can query the coordinates recorded by each hotspot in the database according to the ID to obtain the location information.
  • the mobile phone creates a short message requesting the current location information request, and indicates the location query request by the corresponding code in the message header, the current Cell ID or WiFi hotspot ID, which is sent to the server address.
  • the location of the WiFi hotspot ID is queried according to the hotspot ID in the server database, and the coordinates of the corresponding hotspot can be obtained.
  • the coordinate data in the returned location information may be associated with the electronic map application, that is, the coordinates are transmitted to the electronic map application, and the application marks the current location according to the coordinates. On the map.
  • FIG. 3 is a flowchart of a method for querying weather information of a mobile terminal according to an embodiment of the present invention.
  • step S301 the mobile terminal receives a location query request input by the user, creates a first short message according to the location query request, and sends the created first short message and the ID of the mobile terminal to the server;
  • the header of the first short message has a corresponding code for identifying the location query request.
  • step S302 the server parses the first short message to obtain a location query request, acquires location information of the mobile terminal according to the ID of the mobile terminal, and creates a second short message according to the acquired location information, and returns the mobile terminal to the mobile terminal. ;
  • the second short message includes location information in a system defined format.
  • the ID of the mobile terminal includes a Cell ID of the mobile terminal or a hotspot ID of the WiFi.
  • step S303 the mobile terminal receives and parses the second short message, acquires location information in the second short message, and displays the obtained location information in a system-defined format.
  • the mobile terminal when displaying the location information, displays the coordinates in the location information in a corresponding location in the background map.
  • the mobile terminal after receiving the location query request of the user, creates a first short message and sends it to the server. After the server resolves, the server obtains the corresponding location information, and creates a second short message to return to the mobile terminal, so that the user can conveniently and quickly Obtaining the location information that you want to query, and greatly saving the cost, which is conducive to the popularity of mobile terminals.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Telephonic Communication Services (AREA)
  • Telephone Function (AREA)

Abstract

本发明属于移动终端技术领域,公开了一种移动终端位置信息的查询方法及***,所述方法包括:移动终端接收用户输入的位置查询请求,创建第一短消息,并将创建的第一短消息以及所述移动终端的ID发送至服务器,其中,所述第一短消息的消息头有相应的代码用来标识所述位置查询请求;服务器解析所述第一短消息获取位置查询请求,根据所述移动终端的ID获取所述移动终端的位置信息,创建第二短消息返回给所述移动终端,其中,所述第二短消息中包含有***定义格式的位置信息。用户可以方便快捷的获取想要查询的位置信息,而且极大的节省了费用,利于移动终端的普及。

Description

一种移动终端位置信息的查询方法和***
技术领域
本发明属于移动终端技术领域,具体涉及一种移动终端位置信息的查询方法和***。
背景技术
随着移动终端技术的不断发展,用户对移动终端功能的要求也越来越高。
现有的全球定位***(Global Positioning System,GPS)中,需要通过卫星导航***进行定位,成本非常高,这就导致各个GPS设备的成本提高,影响了GPS的普及,用户在需要位置信息时,相当麻烦。
另一方面,手机由于其价格低廉,实用性好,越来越普及到大众群体中。
如何结合现有的移动终端来获取位置信息,降低成本,提高效率,是移动终端技术领域研究的方向之一。
发明内容
本发明的目的在于提供一种移动终端位置信息的查询方法,旨在结合现有的移动终端来获取位置信息,降低成本。
本发明实施例是这样实现的,一种移动终端位置信息的查询方法,所述方法包括以下步骤:
移动终端接收用户输入的位置查询请求,根据所述位置查询请求创建第一短消息,并将创建的第一短消息以及所述移动终端的ID发送至服务器,其中,所述第一短消息的消息头有相应的代码用来标识所述位置查询请求;
服务器解析所述第一短消息获取位置查询请求,根据所述移动终端的ID获取所述移动终端的位置信息,根据获取的位置信息创建第二短消息返回给所述移动终端,其中,所述第二短消息中包含有***定义格式的位置信息。
本发明实施例的另一目的在于提供一种移动终端天气信息的查询***,包括服务器以及至少一个的移动终端,
所述移动终端,用于接收用户输入的位置查询请求,根据所述位置查询请求创建第一短消息,并将创建的第一短消息以及所述移动终端的ID发送至服务器,其中,所述第一短消息的消息头有相应的代码用来标识所述位置查询请求;
所述服务器,用于解析所述第一短消息获取位置查询请求,根据所述移动终端的ID获取所述移动终端的位置信息,根据获取的位置信息创建第二短消息返回给所述移动终端,其中,所述第二短消息中包含有***定义格式的位置信息。
本发明实施例中,移动终端在接收到用户的位置查询请求后,创建第一短消息发送至服务器,服务器解析后获取相应的位置信息,并创建第二短消息返回移动终端,用户可以方便快捷的获取想要查询的位置信息,而且极大的节省了费用,利于移动终端的普及。
附图说明
图1为本发明实施例提供的移动终端位置信息的查询***的结构图;
图2为本发明实施例提供的短消息的结构图;
图3为本发明实施例提供的移动终端位置信息的查询方法的流程图。
具体实施方式
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅用以解释本发明,并不用于限定本发明。
图1示出了本发明实施例提供的移动终端位置信息的查询***的结构。所述***包括服务器11以及至少一个的移动终端12。
所述移动终端12接收用户输入的位置查询请求,根据位置查询请求创建第一短消息,并将创建的第一短消息以及移动终端12的ID发送至服务器;
其中,所述第一短消息的消息头有相应的代码用来标识位置查询请求,而且,所述移动终端的ID包括所述移动终端的Cell ID或WiFi的热点ID。
服务器11解析所述第一短消息获取位置查询请求,根据移动终端12的ID获取移动终端12的位置信息,根据获取的位置信息创建第二短消息返回给所述移动终端12;
其中,所述第二短消息中包含有***定义格式的位置信息。
移动终端12接收并解析第二短消息,获取所述第二短消息中的位置信息,并以***定义的格式显示。。
优选的,所述移动终端12在显示位置信息时,将位置信息中的坐标显示在背景地图中的相应位置。
以手机为例,手机在创建第一短息的过程描述如下:
请参阅图2,该图表示一个完整的短消息结构,图中的Compressed Short Msg表示具体的短消息文本。
其中,一个IEI n,IEIDL n,IED n (n = 1, 2, 3, 4…)的组合为一个信息单元标识(Information Element Identifier,IEI),若干个IEI组成了消息头UDH。
根据3GPP的短消息协议,IEI n(n = 1, 2, 3, 4…)的值定义了这个IEI的用途,取值范围为00~FF,如IEI 1=00,表示该IEI为一个短消息控制参数。而02,26~6F等取值则为保留值,未被定义,则可选取其中一个保留值用来定义一个IEI,使其表示该短信为位置查询请求短消息。例如,取IEI n = 26 ,IED n中为当前的Cell-ID值或WiFi热点的ID值,IEIDL n则表示Cell-ID值的长度。
手机通常都能保存或能读取到当前网络相关的信息,如LAC,Cell-ID等,如MTK平台中有一个数据结构中保存有LAC,Cell ID等信息,直接读取该数据结构的相关元素即可获得对应数据。
通常所有手机平台都可以获得Cell ID,例如在MTK平台中Cell ID就是在如下结构体中:
typedef struct
{ l4c_context_struct *l4c_ptr;}
layer4_context_struct;
extern layer4_context_struct *layer4_ptr_g;
可以通过指针获得其值:layer4_ptr_g->l4c_ptr->hz_ptr->current_cell_id。
关于WiFi的热点ID也可以通过上述类似方式获取。
其中,Cell ID为小区识别码(Cell Identifier),用于识别手机用户当前所在网络的小区,通常为一串数字。服务器相应数据库保存各个小区的Cell-ID及对应的位置信息,可将该信息翻译成纬度和经度来确定用户位置。如果使用WiFi热点ID也是类似原理,每个热点有一个全球唯一ID号,服务器根据ID可查询每个热点在数据库里记录的坐标,从而获得位置信息。
手机创建一条请求当前位置信息请求的短消息,在消息头中通过对应的代码表示位置查询请求,当前的Cell ID或WiFi的热点ID,将其发送到服务器地址。
Cell ID定位应用的实现有三种方式,其中有两种为基于网络的方式:
a) 基于网络方式1:GSM03.71协议的方式;
b) 基于网络方式2:采用MAP ATI信令,遵循3GPP TS 09.02协议;
WiFi热点ID的定位即根据热点ID在服务器数据库里查询,即可获得对应热点的坐标。
服务器收到手机的第一短消息之后,逐个读取消息头中各IEI的值,当发现有某个IEI = 26时,则表示该短信为位置查询请求。服务器会对手机发出的位置查询请求进行回应,创建第二短消息并回复,第二短消息的消息头中同样包含IEI=26的字段,消息体(即Compressed Short Msg字段)为包固定格式的坐标位置信息,譬如:3256.55N,1133.43E。
手机接收到的即为带有IEI=26且消息体为上述坐标的第二短消息。
手机收到第二短消息后对其进行解析,当发现有IEI = 26时,则可确认其为返回的位置信息,消息体中的内容即为坐标具体内容。
优选的,为使用户更直观的看到位置信息,可将返回的位置信息中的坐标数据与电子地图应用程序相关联,即将坐标传到电子地图应用程序,应用程序根据坐标将当前位置标注在地图上。
图3示出了本发明实施例提供的移动终端天气信息的查询方法的流程。
在步骤S301中,移动终端接收用户输入的位置查询请求,根据所述位置查询请求创建第一短消息,并将创建的第一短消息以及所述移动终端的ID发送至服务器;
其中,所述第一短消息的消息头有相应的代码用来标识所述位置查询请求;
在步骤S302中,服务器解析所述第一短消息获取位置查询请求,根据所述移动终端的ID获取所述移动终端的位置信息,根据获取的位置信息创建第二短消息返回给所述移动终端;
其中,所述第二短消息中包含有***定义格式的位置信息。
所述移动终端的ID包括所述移动终端的Cell ID或WiFi的热点ID。
在步骤S303中,移动终端接收并解析所述第二短消息,获取所述第二短消息中的位置信息,并将获取的位置信息以***定义的格式显示。
优选的,所述移动终端在显示位置信息时,将位置信息中的坐标显示在背景地图中的相应位置。
本发明实施例中,移动终端在接收到用户的位置查询请求后,创建第一短消息发送至服务器,服务器解析后获取相应的位置信息,并创建第二短消息返回移动终端,用户可以方便快捷的获取想要查询的位置信息,而且极大的节省了费用,利于移动终端的普及。
应当理解的是,对本领域普通技术人员来说,可以根据上述说明加以改进或变换,而这些改进和变换都应属于本发明所附权利要求的保护范围。

Claims (8)

  1. 一种移动终端位置信息的查询方法,其特征在于,所述方法包括以下步骤:
    移动终端接收用户输入的位置查询请求,根据所述位置查询请求创建第一短消息,并将创建的第一短消息以及所述移动终端的ID发送至服务器,其中,所述第一短消息的消息头有相应的代码用来标识所述位置查询请求;
    服务器解析所述第一短消息获取位置查询请求,根据所述移动终端的ID获取所述移动终端的位置信息,根据获取的位置信息创建第二短消息返回给所述移动终端,其中,所述第二短消息中包含有***定义格式的位置信息。
  2. 如权利要求1所述的移动终端位置信息的查询方法,其特征在于,所述移动终端的ID包括所述移动终端的Cell ID或WiFi的热点ID。
  3. 如权利要求1所述的移动终端天气信息的查询方法,其特征在于,服务器在将所述第二短消息发送至移动终端后,所述方法还包括:
    移动终端接收并解析所述第二短消息,获取所述第二短消息中的位置信息;
    移动终端将获取的位置信息以***定义的格式显示。
  4. 如权利要求3所述的移动终端天气信息的查询方法,其特征在于,所述移动终端在显示位置信息时,将位置信息中的坐标显示在背景地图中的相应位置。
  5. 一种移动终端位置信息的查询***,包括服务器以及至少一个的移动终端,其特征在于,
    所述移动终端,用于接收用户输入的位置查询请求,根据所述位置查询请求创建第一短消息,并将创建的第一短消息以及所述移动终端的ID发送至服务器,其中,所述第一短消息的消息头有相应的代码用来标识所述位置查询请求;
    所述服务器,用于解析所述第一短消息获取位置查询请求,根据所述移动终端的ID获取所述移动终端的位置信息,根据获取的位置信息创建第二短消息返回给所述移动终端,其中,所述第二短消息中包含有***定义格式的位置信息。
  6. 如权利要求5所述的移动终端位置信息的查询***,其特征在于,所述移动终端的ID包括所述移动终端的Cell ID或WiFi的热点ID。
  7. 如权利要求5所述的移动终端位置信息的查询***,其特征在于,所述移动终端还用于,接收并解析所述第二短消息,获取所述第二短消息中的位置信息;移动终端将获取的位置信息以***定义的格式显示。
  8. 如权利要求7所述的移动终端位置信息的查询***,其特征在于,所述移动终端在显示位置信息时,将位置信息中的坐标显示在背景地图中的相应位置。
PCT/CN2011/074249 2010-08-18 2011-05-18 一种移动终端位置信息的查询方法和*** WO2012022179A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US13/513,511 US8838142B2 (en) 2010-08-18 2011-05-18 Method and system for inquiring position information of mobile terminal
EP11817706.2A EP2608579B1 (en) 2010-08-18 2011-05-18 Method and system for enquiring location information of mobile terminal

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010261545.X 2010-08-18
CN201010261545.XA CN101938693B (zh) 2010-08-18 2010-08-18 一种移动终端位置信息的查询方法和***

Publications (1)

Publication Number Publication Date
WO2012022179A1 true WO2012022179A1 (zh) 2012-02-23

Family

ID=43391783

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/074249 WO2012022179A1 (zh) 2010-08-18 2011-05-18 一种移动终端位置信息的查询方法和***

Country Status (4)

Country Link
US (1) US8838142B2 (zh)
EP (1) EP2608579B1 (zh)
CN (1) CN101938693B (zh)
WO (1) WO2012022179A1 (zh)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101938693B (zh) 2010-08-18 2014-06-25 惠州Tcl移动通信有限公司 一种移动终端位置信息的查询方法和***
CN103024869B (zh) * 2012-11-16 2015-04-29 哈尔滨海能达科技有限公司 一种多终端信息查询方法与***
CN103309998B (zh) * 2013-06-25 2017-09-22 腾讯科技(深圳)有限公司 一种消息查询方法及装置、终端设备
US9439032B2 (en) 2013-11-29 2016-09-06 At&T Intellectual Property I, L.P. Locating a device via a text message
CN105101062A (zh) * 2014-04-21 2015-11-25 北京奇虎科技有限公司 可穿戴设备、获取无线网络属性信息的方法及***
CN106649301B (zh) * 2015-10-28 2020-09-11 北京国双科技有限公司 数据查询的方法、装置及***
CN106649304A (zh) * 2015-10-28 2017-05-10 北京国双科技有限公司 数据查询的方法、装置及***

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1855092A (zh) * 2005-04-26 2006-11-01 颜贻茽 基于移动通信定位技术的信息查询方法和使用该方法的信息查询***
CN101378532A (zh) * 2007-08-31 2009-03-04 江江 基于源蜂窝小区定位的信息查询方法及***
CN101668074A (zh) * 2009-09-24 2010-03-10 宁波高新区同瞻科技有限公司 一种获取目标地全球定位信息的方法
CN101742403A (zh) * 2009-12-11 2010-06-16 中兴通讯股份有限公司 一种获得目标标识的方法及装置
CN101938693A (zh) * 2010-08-18 2011-01-05 惠州Tcl移动通信有限公司 一种移动终端位置信息的查询方法和***

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2002368323A1 (en) * 2002-11-08 2004-06-07 Nokia Corporation Method, terminal device and system allowing for handling location services independently from a cellular communication system
EP1427226A1 (en) * 2002-12-06 2004-06-09 Alcatel Personal digital assistant (PDA) with location based services
WO2004060003A1 (en) * 2002-12-27 2004-07-15 Nokia Corporation Method for presenting location information on a mobile terminal
JP4071136B2 (ja) * 2003-03-14 2008-04-02 株式会社日立製作所 通信システム、接続装置及び通信方法
FI119169B (fi) * 2006-11-16 2008-08-15 Fonecta Ltd Yhdistetty kartta- ja paikannuspalvelu liikkuvalle päätelaitteelle ja palvelin sen toteuttamiseksi
CN101568062B (zh) * 2008-04-23 2012-11-21 华为技术有限公司 位置业务的实现方法、***、定位服务器
US8094067B2 (en) * 2008-08-12 2012-01-10 Broadcom Corporation Method and system for determining a position of a mobile communication device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1855092A (zh) * 2005-04-26 2006-11-01 颜贻茽 基于移动通信定位技术的信息查询方法和使用该方法的信息查询***
CN101378532A (zh) * 2007-08-31 2009-03-04 江江 基于源蜂窝小区定位的信息查询方法及***
CN101668074A (zh) * 2009-09-24 2010-03-10 宁波高新区同瞻科技有限公司 一种获取目标地全球定位信息的方法
CN101742403A (zh) * 2009-12-11 2010-06-16 中兴通讯股份有限公司 一种获得目标标识的方法及装置
CN101938693A (zh) * 2010-08-18 2011-01-05 惠州Tcl移动通信有限公司 一种移动终端位置信息的查询方法和***

Also Published As

Publication number Publication date
EP2608579A1 (en) 2013-06-26
US8838142B2 (en) 2014-09-16
US20120282949A1 (en) 2012-11-08
CN101938693B (zh) 2014-06-25
EP2608579A4 (en) 2017-05-31
EP2608579B1 (en) 2019-09-04
CN101938693A (zh) 2011-01-05

Similar Documents

Publication Publication Date Title
WO2012022179A1 (zh) 一种移动终端位置信息的查询方法和***
US8737619B2 (en) Method of triggering location based events in a user equipment
CN101253788A (zh) 用于提供位置信息的方法和设备
US20070270129A1 (en) Method and system for using a mobile terminal as a location-based reminder
JP2012509648A (ja) 拡張緊急放送警報メッセージの配信および受信のための方法および装置
WO2016004671A1 (zh) 一种信息分享方法及终端
WO2016006978A1 (ko) 컨텐츠 자동 공유 방법 및 장치
US20050148345A1 (en) Location management program, computer program, and storage medium
WO2019037070A1 (zh) 一种基于地理位置的智能取件提醒方法及***
US20130252635A1 (en) Method and apparatus for identifying mobile stations associated with a geographical area
CN113784276A (zh) 定位方法、中继设备、物联网设备和网络设备
CN101742259B (zh) 数字电视监控方法和数字电视监控***
US9020524B2 (en) Information processing apparatus, information management server, information processing method, information management method, program, and information processing system
WO2009136702A1 (en) Method for providing location service for roaming terminal
WO2018145400A1 (zh) 物联网信息推送方法、智能终端及云端服务器
CN101969599A (zh) 基于地理位置的获取天气预报的***及其实现方法
US20040147268A1 (en) Position location for wap mobile entity
WO2022144005A1 (zh) 定位方法及***、通信终端和计算机可读存储介质
CN103442260B (zh) 一种电视频道生活信息的获取方法及其电视机
US20050170846A1 (en) AGPS system using a public radio paging network and a terminal position measurement method using the system
KR100872071B1 (ko) 위치 정보를 주기적으로 측정 및 저장하는 이동통신 단말기및 방법, 이를 사용한 위치 기반 서비스 시스템 및 위치기반 서버
JP2008048259A (ja) 移動通信システム、サーバ、移動通信端末および通信方法
KR20070083015A (ko) 베이스 아이디를 이용하여 이동통신 단말기에 위치 알림서비스를 제공하는 서버, 시스템 및 방법
KR100791764B1 (ko) 전자 카드를 갖춘 이동 단말기에서의 교통정보 관리 시스템및 그 방법
KR19990070528A (ko) 디지털 이동통신망과 디지털 오디오 방송망을 이용한 가입자 위치 및 지도 정보 제공 방법

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11817706

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 13513511

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2011817706

Country of ref document: EP