TW201937460A - Method and device for searching for points of interest on a map - Google Patents

Method and device for searching for points of interest on a map Download PDF

Info

Publication number
TW201937460A
TW201937460A TW107146613A TW107146613A TW201937460A TW 201937460 A TW201937460 A TW 201937460A TW 107146613 A TW107146613 A TW 107146613A TW 107146613 A TW107146613 A TW 107146613A TW 201937460 A TW201937460 A TW 201937460A
Authority
TW
Taiwan
Prior art keywords
buffer
poi
linear entity
entity
condition information
Prior art date
Application number
TW107146613A
Other languages
Chinese (zh)
Other versions
TWI697874B (en
Inventor
桂正科
Original Assignee
香港商阿里巴巴集團服務有限公司
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 香港商阿里巴巴集團服務有限公司 filed Critical 香港商阿里巴巴集團服務有限公司
Publication of TW201937460A publication Critical patent/TW201937460A/en
Application granted granted Critical
Publication of TWI697874B publication Critical patent/TWI697874B/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9537Spatial or temporal dependent retrieval, e.g. spatiotemporal queries

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Remote Sensing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Navigation (AREA)

Abstract

A method and device for searching for points of interest on a map, said method comprising: according to search condition information, confirming a linear entity to be searched; and traversing at least one buffer associated with said linear entity and retrieving from said buffer target points of interest satisfying the search condition information, said at least one buffer lying along the path of the linear entity, and covering a predefined range around said linear entity.

Description

地圖興趣點的檢索方法和裝置Method and device for searching map interest points

本說明書涉及電腦技術領域,特別涉及一種地圖興趣點的檢索方法和裝置。The present specification relates to the field of computer technology, and in particular, to a method and apparatus for searching a point of interest of a map.

POI(Point of Interest,興趣點)是指用戶感興趣或對用戶來說有實際用途的特定的地理位置點,在地理資訊系統中,一個POI可以是一棟房子、一個店舖、一個郵筒、一個公車站等。POI是基於位置服務的最核心的資料,在電子地圖上運用場景廣泛,例如,導航前選擇目的地、查看周邊的餐館等。用戶可以按照自己的興趣查詢相關的POI資訊,例如,可以查詢名為“XXX”的飯店,或者查詢5km範圍內的加油站。POI (Point of Interest) refers to a specific geographical location where the user is interested or has practical use for the user. In the geographic information system, a POI can be a house, a shop, a mail box, and a Bus station, etc. POI is the core of location-based services. It has a wide range of applications on electronic maps, such as selecting destinations before navigating, viewing nearby restaurants, and so on. Users can query relevant POI information according to their own interests. For example, they can query the hotel named “XXX” or query the gas station within 5km.

有鑒於此,本說明書提供一種地圖興趣點的檢索方法和裝置,以滿足對線性實體周邊的POI檢索需求。
具體地,本說明書一個或多個實施例是透過如下技術方案實現的:
第一方面,提供一種地圖興趣點POI的檢索方法,所述方法包括:
根據檢索條件資訊,確定待檢索的線性實體;
遍歷所述線性實體關聯的至少一個緩衝區,獲取所述緩衝區中滿足所述檢索條件資訊的目標POI;所述至少一個緩衝區沿著所述線性實體的路徑分佈,且覆蓋所述線性實體周邊的預定範圍。
第二方面,提供一種地圖興趣點的檢索裝置,所述裝置包括:
實體確定模組,用於根據檢索條件資訊確定待檢索的線性實體;
POI獲取模組,用於遍歷所述線性實體關聯的至少一個緩衝區,獲取所述緩衝區中滿足所述檢索條件資訊的目標POI;所述至少一個緩衝區沿著所述線性實體的路徑分佈,且覆蓋所述線性實體周邊的預定範圍。
第三方面,提供一種地圖興趣點的檢索設備,所述設備包括記憶體、處理器,以及儲存在記憶體上並可在處理器上執行的電腦指令,所述處理器執行指令時實現以下步驟:
根據檢索條件資訊,確定待檢索的線性實體;
遍歷所述線性實體關聯的至少一個緩衝區,獲取所述緩衝區中滿足所述檢索條件資訊的目標POI;所述至少一個緩衝區沿著所述線性實體的路徑分佈,且覆蓋所述線性實體周邊的預定範圍。
本說明書一個或多個實施例的地圖興趣點的檢索方法和裝置,透過設置線性實體關聯的緩衝區,使得可以根據檢索條件資訊遍歷緩衝區得到滿足條件的POI,從而實現了對線性實體周邊的POI檢索需求。
In view of this, the present specification provides a method and apparatus for retrieving map points of interest to meet POI retrieval requirements for linear entities.
Specifically, one or more embodiments of the present specification are implemented by the following technical solutions:
In a first aspect, a method for searching a POI of a map point of interest is provided, the method comprising:
Determining a linear entity to be retrieved based on the retrieval condition information;
Traversing at least one buffer associated with the linear entity, acquiring a target POI in the buffer that satisfies the retrieval condition information; the at least one buffer is distributed along a path of the linear entity, and covering the linear entity The predetermined range of the surrounding area.
In a second aspect, a retrieval device for a map point of interest is provided, the device comprising:
An entity determining module, configured to determine a linear entity to be retrieved according to the search condition information;
a POI obtaining module, configured to traverse at least one buffer associated with the linear entity, acquire a target POI in the buffer that satisfies the retrieval condition information; and distribute the at least one buffer along a path of the linear entity And covering a predetermined range around the linear entity.
In a third aspect, a retrieval device for a map point of interest is provided, the device comprising a memory, a processor, and computer instructions stored on the memory and executable on the processor, the processor implementing the following steps when executing the instruction :
Determining a linear entity to be retrieved based on the retrieval condition information;
Traversing at least one buffer associated with the linear entity, acquiring a target POI in the buffer that satisfies the retrieval condition information; the at least one buffer is distributed along a path of the linear entity, and covering the linear entity The predetermined range of the surrounding area.
The method and apparatus for retrieving a map point of interest according to one or more embodiments of the present specification, by setting a buffer associated with a linear entity, so that a POI satisfying the condition can be obtained by traversing the buffer according to the search condition information, thereby realizing the periphery of the linear entity. POI retrieval requirements.

為了使本技術領域的人員更好地理解本說明書一個或多個實施例中的技術方案,下面將結合本說明書一個或多個實施例中的附圖,對本說明書一個或多個實施例中的技術方案進行清楚、完整地描述,顯然,所描述的實施例僅僅是一部分實施例,而不是全部的實施例。基於本說明書一個或多個實施例,本領域普通技術人員在沒有作出創造性勞動前提下所獲得的所有其他實施例,都應當屬於本說明書保護的範圍。
在用戶查詢興趣點(POI)的應用中,有一類查詢需求如下:例如,用戶在使用地圖類產品時,要搜索錦江邊的茶館,或者搜索錦江邊100m範圍內的好評度較高的飯店等。這類需求的特點是,用戶要檢索的是線性實體周邊一定範圍內的POI。
上述的“線性實體”可以是形狀如線狀的空間實體。例如,一條河流、或者一條道路。線性實體的線狀可以是彎曲的,也可以是相對較為筆直的,例如,可以是彎彎曲曲的河流,或者也可以是一條平坦筆直的公路。
上述的“線性實體周邊一定範圍內”指的是對POI的檢索需求可以是以該線性實體為基準向外延伸的一定範圍內,可以是沿著線性實體的兩側向外擴展延伸。例如,錦江沿線的茶館,或者可以指定距離範圍是錦江邊100m範圍內的POI。而諸如河流、道路等這類線性實體,往往延伸數十公里甚至更長,以線性實體為基準建立的POI搜索可以是一個較大的搜索範圍。本案一個或多個實施例的POI檢索方法旨在滿足這類POI檢索需求。
為了在用戶檢索線性實體周邊的POI時,提高POI的檢索效率,本案一個或多個實施例的POI檢索方法中,可以預先建立線性實體關聯的至少一個緩衝區。如下以一條河流為例,例示一個緩衝區的建立方式:
如圖1所示,假設要為河流11建立緩衝區。可以採集河流11關聯的多個取樣點,例如,取樣點12、取樣點13、取樣點14等。這些取樣點可以是位於河流11上,在一個例子中,採集取樣點時可以記錄取樣點資訊,例如,取樣點資訊可以包括:取樣點所在的河流區段的名稱、取樣點的經緯度座標,還可以包括取樣點所屬的行政區、商圈等資訊。當然,具體記錄何種取樣點資訊,可以根據實際業務需求確定。
圖1所示的各個取樣點是沿著河流的路徑間隔分佈,可以是等間隔分佈,也可以是不等間隔分佈。例如,在河流較為彎曲的區段,取樣點可以採集的較為密集,在河流較為平緩的區段,取樣點可以採集的稀疏一些;或者,也可以等間隔的採集取樣點。這些取樣點的集合可以稱為取樣點序列。
請繼續參見圖1所示,可以基於取樣點序列中的各個取樣點,來建構緩衝區。例如,緩衝區15、緩衝區16等。圖1例示的緩衝區是矩形框緩衝區,可以是基於相鄰的兩個取樣點,以這兩個取樣點作為對邊上的點,做出一個矩形框。其中,矩形框向河流兩岸延伸的距離可以根據預定範圍來確定,例如,如果預先想要建立河流兩邊500m範圍內的檢索區域,那緩衝區儘量向河流岸邊延伸覆蓋到500m的範圍,如圖2的示意(圖2僅是例示,具體區域範圍也可以不用太精準,比如,大致500m範圍)。在每一緩衝區內,儘量至少包括一個POI,以避免後續檢索時的無效檢索造成資源浪費。例如,緩衝區16內可以包括醫院。
需要注意的是,上述圖1例示的緩衝區建構方式僅是一種示意,實際實施中並不局限於此。如下再列舉幾種緩衝區建構時的可變通之處:
例如,線性實體關聯的取樣點序列,也可以不位於線性實體上,而是沿著線性實體的路徑分佈即可。比如,可以是河流沿線上的一些間隔採集的取樣點,同樣可以根據取樣點做出緩衝區矩形框。
又例如,矩形框緩衝區的做出所依據的取樣點,也可以是非相鄰的取樣點。比如,可以在較為平緩筆直的區段,基於相隔較遠的兩個取樣點做出一個較大的緩衝區,只要能覆蓋線性實體周邊的預定範圍即可。
再例如,緩衝區的形狀也可以是其他形狀,比如圓形、橢圓形,甚至不規則形狀。圖3示意了一種圓形緩衝區,可以是基於一個取樣點,以該取樣點為圓心,設定一定距離的半徑畫圓,該圓形所覆蓋的區域即為緩衝區。比如,緩衝區31、緩衝區32等。其中,緩衝區31是基於取樣點33畫圓得到。
在緩衝區建構時,取樣點的設置或者是緩衝區的範圍確定,可以是基於如下原則:多個緩衝區的集合要盡可能的覆蓋線性實體周邊的預定範圍,比如,要建立河流兩岸500米範圍內的POI檢索區域,就可以使得這些緩衝區儘量覆蓋全面河流兩岸500米的距離範圍。相鄰的緩衝區之間,可以儘量避免重疊或減少重疊,以避免重複檢索;並且,緩衝區集合要儘量對預定範圍覆蓋全面,儘量避免POI的遺漏。
此外,所述的線性實體周邊可以是單邊,也可以是兩邊,比如,也可以建立河流一岸的500米檢索區域的緩衝區。再例如,一條線性實體往往延伸數十公里甚至更長,實際實施中,也可以建立這條線性實體部分區域的緩衝區。比如,一條河流很長,但是可以只在該河流穿過某市區的河段建立關聯的緩衝區,如果其他河段沒有POI檢索需求,可以不在該河流的其他河段建立緩衝區。
在建立緩衝區後,可以將上述緩衝區相關的資訊進行儲存,以備在後續POI檢索時使用。儲存的資訊可以包括如下幾方面:

如上表1所示,資料庫中可以包括多個線性實體,實體可以是道路、海邊、湖泊邊緣、河流等。還可以儲存線性實體的名稱,這些名稱可以包括官方名稱、別稱、暱稱等,以適應用戶檢索時輸入的不同名稱,不論用戶輸入別稱或暱稱,都能確定對應的線性實體。
對於線性實體關聯的緩衝區資訊,可以包括:緩衝區建構依據的各個取樣點的取樣點資訊(如,座標、所屬行政區等),還可以包括緩衝區對應的區段,比如,區段1可以是某道路在成都市區內的一段,區段2可以是某道路在眉山內的一段。這種分區段的精細化對應,以適應後續檢索時的快速檢索,比如,成都市的用戶檢索時只獲取對應成都市區段的緩衝區檢索即可,提高檢索效率。
當然,也可以採用其他方式縮小檢索範圍,表1的記錄方式只是一個例示。比如,還可以是在定位出用戶的位置後,根據取樣點的座標,找到在該位置附近的取樣點,再據此獲得對應該取樣點做出的緩衝區。
表1中還可以儲存每個緩衝區內的POI資訊,例如,可以包括:POI的名稱、地址、經度、緯度、類別等。比如,POI的名稱是某醫院,地址是某市的某行政區,還包括該醫院的經緯度,類別是醫院。
基於上述建構的線性實體關聯的緩衝區,本案一個或多個實施例提供的POI檢索方法如圖4所示,該方法可以包括:
在步驟400中,根據檢索條件資訊,確定待檢索的線性實體。
例如,檢索條件資訊可以是“錦江邊100m的茶館”、“錦江周邊的好評度較高的美食店”等,所述的茶館、美食店等都是POI。
在一個例子中,檢索條件資訊可以是用戶輸入。用戶輸入檢索條件資訊的方式也可以靈活多樣。例如,用戶可以用文字輸入檢索條件資訊,可以在一個檢索輸入框中輸入“錦江邊100m的茶館”。又例如,用戶也可以用語音輸入檢索條件資訊;或者,用戶還可以用動作觸發輸入檢索條件資訊,比如用戶可以用手點擊地圖上的錦江,以將錦江確定為待檢索的線性實體,自動觸發錦江周邊的茶館的展現。
本步驟中,以用戶文字輸入檢索條件資訊為例,可以透過對檢索條件資訊進行分詞,將分詞得到的特徵與儲存的線性實體的名稱相比對,將匹配命中的線性實體確定為待檢索的線性實體。
在步驟402中,遍歷所述線性實體關聯的至少一個緩衝區,獲取所述緩衝區中滿足所述檢索條件資訊的目標POI。
本步驟中,為了提高POI的檢索效率,減少檢索的資料量,可以先根據用戶所在的定位位置,由線性實體關聯的至少一個緩衝區中選擇與所述定位位置對應的緩衝區,作為待檢索的緩衝區。比如,當用戶在手機應用中檢索POI時,手機可以定位用戶所在城市是成都市,則可以獲取錦江在成都區段的緩衝區。
待檢索的至少一個緩衝區都是沿著所述線性實體的路徑分佈,且覆蓋所述線性實體周邊的預定範圍。比如圖1所示的沿河流分佈的多個緩衝區,這些緩衝區基本覆蓋了河流周邊500m的範圍,該範圍內可以包括多個POI。在POI檢索時,為了加快檢索速度,可以為各個POI建立空間索引,空間索引是為諸如店鋪、大樓、機場等空間實體(即POI)創建的索引,以加快對這些POI的檢索速度。
此外,在確定了待檢索的緩衝區後,可以遍歷這些緩衝區,獲取緩衝區中滿足檢索條件資訊的目標POI。檢索條件資訊不同,POI的獲取方式也可以不同。比如,如果用戶要檢索“錦江周邊的飯店”,並沒有限定距離錦江的範圍,則可以直接將緩衝區內的符合條件的飯店都作為目標POI。又比如,如果用戶要檢索“距離錦江300m範圍內的飯店”,而假設緩衝區在初始創建時是按照覆蓋錦江周邊500m的範圍建立,那麽可以根據緩衝區內的各個POI的POI座標,確定POI與錦江之間的距離,並選擇所述距離符合距離條件(距離錦江300m以內)的POI作為目標POI。
此外,本例子中是以預先定義了緩衝區的覆蓋範圍為例,比如,預定的線性實體周邊範圍是距離線性實體500m的範圍,而在實際用戶POI檢索時再由緩衝區中選擇滿足檢索的距離條件300m以內的POI。但是實際實施中並不局限於這種方式,比如,還可以是預先建構多個緩衝區集合,各個緩衝區集合對應不同的距離條件,比如,一個緩衝區集合類似圖1所示的沿河流分佈,只是這些緩衝區的覆蓋範圍是河流向沿岸延伸100m;另一個緩衝區集合仍然類似圖1所示的沿河流分佈,只是緩衝區的覆蓋範圍是向沿岸延伸300m;再建構一個類似圖1的緩衝區集合(或者也可以變更為類似圖3的緩衝區集合),緩衝區的覆蓋範圍是向沿岸延伸500m。這樣當用戶檢索線性實體周邊的POI時,可以設置讓用戶選擇,只能選擇上述的100m、300m、500m三個不同距離條件的其中之一。這種方式在遍歷緩衝區時,可以將緩衝區內的所有符合條件的POI作為目標POI即可,不用再考慮距離條件,可以在一定程度上提高POI的檢索效率。
此外,在獲取到目標POI之後,可以將目標POI反饋至用戶。比如,可以反饋至用戶查詢POI使用的智能終端。
本步驟在將目標POI反饋用戶時,還可以對多個目標POI進行排序。若用戶在之前的檢索條件資訊中沒有輸入排序條件,可以按照默認排序反饋;若用戶在檢索條件資訊中輸入了排序條件,比如,用戶要檢索好評度較高的飯館,那就按照POI的好評度由高到低排序;如果用戶要檢索距離錦江較近的飯店,可以按照POI與錦江的距離排序。當然,為了實現不同類型的排序,可以在之前儲存POI資訊時,就儲存較為豐富的POI資訊,比如,對於飯館類別的POI,可以儲存其好評度;對於飯店類別的POI,可以儲存其與錦江的距離,等。
為了實現上述的興趣點POI的檢索方法,本案一個或多個實施例還提供了一種地圖興趣點的檢索裝置,如圖5所示,該裝置可以包括:實體確定模組51和POI獲取模組52。
實體確定模組51,用於根據檢索條件資訊確定待檢索的線性實體;
POI獲取模組52,用於遍歷所述線性實體關聯的至少一個緩衝區,獲取所述緩衝區中滿足所述檢索條件資訊的目標POI;所述至少一個緩衝區沿著所述線性實體的路徑分佈,且覆蓋所述線性實體周邊的預定範圍。
在一個例子中,POI獲取模組52,還用於:確定用戶所在的定位位置;由所述線性實體關聯的至少一個緩衝區中,選擇與所述定位位置對應的緩衝區,作為待檢索的緩衝區。
在一個例子中,POI獲取模組52,還用於:當所述檢索條件資訊中包括:目標POI與所述線性實體的距離條件時;根據所述緩衝區內的各個POI的POI座標,確定所述POI與所述線性實體之間的距離;並選擇所述距離符合距離條件的POI作為目標POI。
為了描述的方便,描述以上裝置時以功能分為各種模組分別描述。當然,在實施本說明書一個或多個實施例時可以把各模組的功能在同一個或多個軟體和/或硬體中實現。
上述方法實施例所示流程中的各個步驟,其執行順序不限制於流程圖中的順序。此外,各個步驟的描述,可以實現為軟體、硬體或者其結合的形式,例如,本領域技術人員可以將其實現為軟體代碼的形式,可以為能夠實現所述步驟對應的邏輯功能的電腦可執行指令。當其以軟體的方式實現時,所述的可執行指令可以儲存在記憶體中,並被設備中的處理器執行。
例如,對應於上述方法,本說明書一個或多個實施例同時提供一種地圖興趣點的檢索設備,該設備可以包括處理器、記憶體、以及儲存在記憶體上並可在處理器上執行的電腦指令,所述處理器透過執行所述指令,用於實現如下步驟:
根據檢索條件資訊,確定待檢索的線性實體;
遍歷所述線性實體關聯的至少一個緩衝區,獲取所述緩衝區中滿足所述檢索條件資訊的目標POI;所述至少一個緩衝區沿著所述線性實體的路徑分佈,且覆蓋所述線性實體周邊的預定範圍。
上述實施例闡明的裝置或模組,具體可以由電腦晶片或實體實現,或者由具有某種功能的產品來實現。一種典型的實現設備為電腦,電腦的具體形式可以是個人電腦、膝上型電腦、蜂窩式電話、相機電話、智慧電話、個人數位助理、媒體播放器、導航設備、電子郵件收發設備、遊戲控制台、平板電腦、穿戴式設備或者這些設備中的任意幾種設備的組合。
本領域內的技術人員應明白,本說明書一個或多個實施例可提供為方法、系統、或電腦程式產品。因此,本說明書一個或多個實施例可採用完全硬體實施例、完全軟體實施例、或結合軟體和硬體方面的實施例的形式。而且,本說明書一個或多個實施例可採用在一個或多個其中包含有電腦可用程式碼的電腦可用儲存媒體(包括但不限於磁碟記憶體、CD-ROM、光學記憶體等)上實施的電腦程式產品的形式。
這些電腦程式指令也可儲存在能引導電腦或其他可程式資料處理設備以特定方式工作的電腦可讀記憶體中,使得儲存在該電腦可讀記憶體中的指令產生包括指令裝置的製造品,該指令裝置實現在流程圖一個流程或多個流程和/或方塊圖一個方塊或多個方塊中指定的功能。
這些電腦程式指令也可裝載到電腦或其他可程式資料處理設備上,使得在電腦或其他可程式設備上執行一系列操作步驟以產生電腦實現的處理,從而在電腦或其他可程式設備上執行的指令提供用於實現在流程圖一個流程或多個流程和/或方塊圖一個方塊或多個方塊中指定的功能的步驟。
還需要說明的是,術語“包括”、“包含”或者其任何其他變體意在涵蓋非排他性的包含,從而使得包括一系列要素的過程、方法、商品或者設備不僅包括那些要素,而且還包括沒有明確列出的其他要素,或者是還包括為這種過程、方法、商品或者設備所固有的要素。在沒有更多限制的情况下,由語句“包括一個……”限定的要素,並不排除在包括所述要素的過程、方法、商品或者設備中還存在另外的相同要素。
本說明書一個或多個實施例可以在由電腦執行的電腦可執行指令的一般上下文中描述,例如程式模組。一般地,程式模組包括執行特定任務或實現特定抽象資料類型的常式、程式、物件、組件、資料結構等等。也可以在分散式計算環境中實踐本說明書一個或多個實施例,在這些分散式計算環境中,由透過通信網路而被連接的遠端處理設備來執行任務。在分散式計算環境中,程式模組可以位於包括儲存設備在內的本地和遠端電腦儲存媒體中。
本說明書中的各個實施例均採用遞進的方式描述,各個實施例之間相同相似的部分互相參見即可,每個實施例重點說明的都是與其他實施例的不同之處。尤其,對於服務端設備實施例而言,由於其基本相似於方法實施例,所以描述的比較簡單,相關之處參見方法實施例的部分說明即可。
上述對本說明書特定實施例進行了描述。其它實施例在所附申請專利範圍的範圍內。在一些情况下,在申請專利範圍中記載的動作或步驟可以按照不同於實施例中的順序來執行並且仍然可以實現期望的結果。另外,在附圖中描繪的過程不一定要求示出的特定順序或者連續順序才能實現期望的結果。在某些實施方式中,多任務處理和平行處理也是可以的或者可能是有利的。
以上所述僅為本說明書一個或多個實施例的較佳實施例而已,並不用以限制本說明書,凡在本說明書的精神和原則之內,所做的任何修改、等同替換、改進等,均應包含在本說明書保護的範圍之內。
In order to make those skilled in the art better understand the technical solutions in one or more embodiments of the present specification, in the following one or more embodiments of the present specification, in one or more embodiments of the present specification, The technical solutions are described clearly and completely, and it is obvious that the described embodiments are only a part of the embodiments, rather than all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on one or more embodiments of the present specification without departing from the scope of the invention shall fall within the scope of the present disclosure.
In the application of user query point of interest (POI), there is a type of query demand: for example, when using map products, users should search for teahouses in Jinjiang, or search for restaurants with high reputation within 100m of Jinjiang River. . A feature of this type of requirement is that the user is to retrieve a POI within a certain range around the linear entity.
The "linear entity" described above may be a spatial entity that is shaped like a line. For example, a river, or a road. The linear shape of the linear entity may be curved or relatively straight, for example, it may be a meandering river, or it may be a flat, straight road.
The above-mentioned "linear entity periphery within a certain range" means that the retrieval requirement for the POI may be within a certain range extending outward from the linear entity, and may extend outward along both sides of the linear entity. For example, a tea house along the Jinjiang River, or a POI within a range of 100m from the Jinjiang River. Linear entities such as rivers and roads often extend for tens of kilometers or more, and POI searches based on linear entities can be a large search range. The POI retrieval method of one or more embodiments of the present invention is directed to meeting such POI retrieval requirements.
In order to improve the retrieval efficiency of the POI when the user searches for the POI around the linear entity, in the POI retrieval method of one or more embodiments of the present invention, at least one buffer associated with the linear entity may be established in advance. Take a river as an example to illustrate how a buffer is created:
As shown in Figure 1, assume that a buffer is to be created for the river 11. A plurality of sampling points associated with the river 11 may be collected, for example, sampling point 12, sampling point 13, sampling point 14, and the like. The sampling points may be located on the river 11. In an example, the sampling point information may be recorded when collecting the sampling points. For example, the sampling point information may include: the name of the river section where the sampling point is located, the latitude and longitude coordinates of the sampling point, and It may include information such as the administrative district and business district to which the sampling point belongs. Of course, the specific record of the sampling point information can be determined according to actual business needs.
The sampling points shown in Fig. 1 are spaced along the path of the river, and may be equally spaced or distributed at different intervals. For example, in a section where the river is more curved, the sampling points can be collected more densely. In the section where the river is relatively flat, the sampling points can be collected sparsely; or, sampling points can be collected at equal intervals. The collection of these sampling points can be referred to as a sequence of sampling points.
Continuing to see Figure 1, the buffer can be constructed based on each sample point in the sequence of sample points. For example, buffer 15, buffer 16, and the like. The buffer illustrated in Fig. 1 is a rectangular frame buffer, which can be based on two adjacent sampling points, and the two sampling points are used as points on the opposite side to make a rectangular frame. Wherein, the distance that the rectangular frame extends to both sides of the river can be determined according to a predetermined range. For example, if it is desired to establish a search area within 500 m of both sides of the river, the buffer zone should extend to the river bank as far as possible to cover the range of 500 m, as shown in the figure. The schematic of 2 (Fig. 2 is only an illustration, and the specific area range may not be too precise, for example, a range of approximately 500 m). In each buffer, try to include at least one POI to avoid wasting resources due to invalid retrieval during subsequent retrieval. For example, a hospital can be included in buffer 16.
It should be noted that the buffer construction manner illustrated in FIG. 1 above is only a schematic diagram, and the actual implementation is not limited thereto. Here are a few examples of the variability in buffer construction:
For example, a sequence of sample points associated with a linear entity may also be located not on a linear entity but along a path of a linear entity. For example, it can be a sampling point collected at intervals along the river, and a buffer rectangle can also be made according to the sampling point.
For another example, the sampling points on which the rectangular frame buffer is made may also be non-adjacent sampling points. For example, a larger buffer can be made in a relatively flat and straight segment based on two sampling points that are far apart, as long as it covers a predetermined range around the linear entity.
As another example, the shape of the buffer zone can be other shapes, such as a circle, an ellipse, or even an irregular shape. FIG. 3 illustrates a circular buffer, which may be based on a sampling point, with the sampling point as the center of the circle, set a radius of a certain distance to draw a circle, and the area covered by the circle is a buffer. For example, buffer 31, buffer 32, and so on. The buffer 31 is obtained by drawing a circle based on the sampling point 33.
In the construction of the buffer, the setting of the sampling point or the range determination of the buffer may be based on the following principle: the collection of multiple buffers should cover the predetermined range around the linear entity as much as possible, for example, to establish 500 meters on both sides of the river. The range of POI search areas allows these buffers to cover as much as possible the distance of 500 meters across the river. Between adjacent buffers, overlap or reduce overlap should be avoided as much as possible to avoid repeated retrieval. Moreover, the buffer set should be as comprehensive as possible to cover the predetermined range, and try to avoid the omission of POI.
In addition, the linear entity periphery may be a single side or two sides. For example, a buffer of a 500-meter search area on the bank of the river may also be established. For another example, a linear entity often extends for tens of kilometers or even longer. In actual implementation, a buffer of the linear entity partial region can also be established. For example, a river is very long, but an associated buffer can be established only in the river section where the river passes through an urban area. If other river sections do not have POI retrieval requirements, buffers may not be established in other river sections of the river.
After the buffer is created, the information related to the above buffer can be stored for use in subsequent POI retrieval. The stored information can include the following aspects:

As shown in Table 1 above, the database can include multiple linear entities, which can be roads, seaside, lake edges, rivers, and the like. It is also possible to store the names of linear entities, which may include official names, aliases, nicknames, etc., to accommodate different names entered by the user when searching, regardless of whether the user enters another name or nickname, and can determine the corresponding linear entity.
The buffer information associated with the linear entity may include: sampling point information of each sampling point according to the buffer construction (eg, coordinates, administrative area, etc.), and may also include a section corresponding to the buffer, for example, section 1 may It is a section of a road in Chengdu, and section 2 can be a section of a road in Meishan. This kind of segmentation is refined to adapt to the fast retrieval in the subsequent retrieval. For example, when the user in Chengdu searches for only the buffer search corresponding to the Chengdu segment, the retrieval efficiency can be improved.
Of course, the search range can also be narrowed in other ways, and the recording mode of Table 1 is only an illustration. For example, after the user's position is located, according to the coordinates of the sampling point, the sampling point near the position is found, and then the buffer corresponding to the sampling point is obtained.
Table 1 can also store POI information in each buffer, for example, may include: POI name, address, longitude, latitude, category, and the like. For example, the name of a POI is a hospital, the address is an administrative district of a certain city, and also includes the latitude and longitude of the hospital, and the category is a hospital.
The POI retrieval method provided by one or more embodiments of the present invention is as shown in FIG. 4, and the method may include:
In step 400, a linear entity to be retrieved is determined based on the retrieval condition information.
For example, the search condition information may be "a teahouse of 100m in Jinjiang River", "a gourmet restaurant with a high reputation around Jinjiang", etc., and the teahouses, food stores, and the like are all POIs.
In one example, the retrieval condition information can be user input. The way the user enters the search condition information can also be flexible. For example, the user can input the search condition information by using text, and can input "the teahouse of Jinjiangbian 100m" in a search input box. For another example, the user may also input the condition information by using voice input; or the user may also use the action trigger to input the search condition information. For example, the user may manually click on the Jinjiang on the map to determine Jinjiang as the linear entity to be retrieved, and automatically trigger. The display of teahouses around Jinjiang.
In this step, the user enters the search condition information as an example, and the word segmentation is compared with the stored linear entity name by the word segmentation, and the linear entity matching the hit is determined as the to-be-searched. Linear entity.
In step 402, at least one buffer associated with the linear entity is traversed, and a target POI in the buffer that satisfies the retrieval condition information is acquired.
In this step, in order to improve the retrieval efficiency of the POI and reduce the amount of data to be retrieved, the buffer corresponding to the positioning location may be selected as the to-be-searched by at least one buffer associated with the linear entity according to the positioning location of the user. Buffer. For example, when a user searches for a POI in a mobile application, the mobile phone can locate the city where the user is located in Chengdu, and then can obtain a buffer of Jinjiang in the Chengdu section.
At least one buffer to be retrieved is distributed along a path of the linear entity and covers a predetermined range around the linear entity. For example, a plurality of buffers distributed along the river as shown in FIG. 1 substantially cover a range of 500 m around the river, and the range may include a plurality of POIs. In the POI search, in order to speed up the retrieval, a spatial index can be established for each POI, which is an index created for a spatial entity (ie, a POI) such as a store, a building, an airport, etc., to speed up the retrieval of these POIs.
In addition, after the buffer to be retrieved is determined, the buffers may be traversed to obtain the target POI in the buffer that satisfies the search condition information. The search conditions are different, and the POI can be obtained in different ways. For example, if the user wants to search for "hotels around Jinjiang" and does not limit the scope of Jinjiang, then the eligible hotels in the buffer zone can be directly targeted as POIs. For example, if the user wants to search for "a restaurant within 300m from Jinjiang", and assuming that the buffer is initially created in accordance with the coverage of 500m around Jinjiang, then the POI can be determined based on the POI coordinates of each POI in the buffer. The distance from the Jinjiang River is selected, and the POI whose distance is in accordance with the distance condition (within 300m from Jinjiang) is selected as the target POI.
In addition, in this example, the coverage of the buffer is defined in advance. For example, the predetermined linear entity peripheral range is a range of 500 m from the linear entity, and in the actual user POI retrieval, the buffer is selected to satisfy the search. The POI within 300m of the distance. However, the actual implementation is not limited to this method. For example, a plurality of buffer sets may be pre-constructed, and each buffer set corresponds to different distance conditions. For example, a buffer set is similar to the river shown in FIG. Distribution, except that the coverage of these buffers is 100m for the river to extend along the coast; the other buffer pool is still similar to the river distribution shown in Figure 1, except that the buffer coverage is 300m to the coast; a similar map is constructed. The buffer set of 1 (or may also be changed to a buffer set similar to Figure 3), the buffer coverage is 500m extending to the coast. In this way, when the user retrieves the POI around the linear entity, the user can be set to select only one of the three different distance conditions of 100 m, 300 m, and 500 m described above. In this way, when traversing the buffer, all the qualified POIs in the buffer can be used as the target POI, and the POI retrieval efficiency can be improved to some extent without considering the distance condition.
In addition, after the target POI is obtained, the target POI can be fed back to the user. For example, it can be fed back to the user to query the smart terminal used by the POI.
This step can also sort multiple target POIs when the target POI is fed back to the user. If the user does not input the sorting condition in the previous search condition information, the feedback may be sorted according to the default; if the user inputs the sorting condition in the search condition information, for example, the user searches for a restaurant with higher reputation, then according to the POI The degree is sorted from high to low; if the user wants to retrieve a hotel that is closer to Jinjiang, it can be sorted according to the distance between POI and Jinjiang. Of course, in order to achieve different types of sorting, you can store richer POI information when storing POI information. For example, for the POI of the restaurant category, you can store its favorable rating; for the POI of the hotel category, you can store it with Jinjiang. The distance, etc.
In order to implement the above-mentioned POI search method, one or more embodiments of the present invention further provide a map point of interest retrieval device. As shown in FIG. 5, the apparatus may include: an entity determination module 51 and a POI acquisition module. 52.
The entity determining module 51 is configured to determine a linear entity to be retrieved according to the search condition information;
a POI obtaining module 52, configured to traverse at least one buffer associated with the linear entity, acquire a target POI in the buffer that satisfies the retrieval condition information, and path the at least one buffer along the linear entity Distributed and covering a predetermined range around the linear entity.
In an example, the POI obtaining module 52 is further configured to: determine a positioning location where the user is located; and select, by the at least one buffer associated with the linear entity, a buffer corresponding to the positioning location, as a to-be-retrieved Buffer.
In an example, the POI obtaining module 52 is further configured to: when the search condition information includes: a distance condition between the target POI and the linear entity; and determine, according to a POI coordinate of each POI in the buffer a distance between the POI and the linear entity; and selecting the POI whose distance meets the distance condition as the target POI.
For the convenience of description, the above devices are described as being separately divided into various modules by function. Of course, the functions of the various modules may be implemented in the same or multiple software and/or hardware when implementing one or more embodiments of the present specification.
The various steps in the flow shown in the above method embodiments are not limited to the order in the flowchart. In addition, the description of each step may be implemented in the form of software, hardware, or a combination thereof. For example, a person skilled in the art may implement it in the form of a software code, and may be a computer capable of implementing the logic function corresponding to the step. Execute the instruction. When implemented in a software manner, the executable instructions can be stored in memory and executed by a processor in the device.
For example, corresponding to the above method, one or more embodiments of the present specification simultaneously provide a retrieval device for a map point of interest, and the device may include a processor, a memory, and a computer stored on the memory and executable on the processor. The instruction, by executing the instruction, is used by the processor to implement the following steps:
Determining a linear entity to be retrieved based on the retrieval condition information;
Traversing at least one buffer associated with the linear entity, acquiring a target POI in the buffer that satisfies the retrieval condition information; the at least one buffer is distributed along a path of the linear entity, and covering the linear entity The predetermined range of the surrounding area.
The device or module illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product having a certain function. A typical implementation device is a computer. The specific form of the computer can be a personal computer, a laptop computer, a cellular phone, a camera phone, a smart phone, a personal digital assistant, a media player, a navigation device, an e-mail device, and a game control. A combination of a tablet, a wearable device, or any of these devices.
Those skilled in the art will appreciate that one or more embodiments of the present specification can be provided as a method, system, or computer program product. Thus, one or more embodiments of the present specification can take the form of a complete hardware embodiment, a full software embodiment, or an embodiment combining soft and hardware aspects. Moreover, one or more embodiments of the present specification can be implemented on one or more computer usable storage media (including but not limited to disk memory, CD-ROM, optical memory, etc.) containing computer usable code therein. The form of a computer program product.
The computer program instructions can also be stored in a computer readable memory that can boot a computer or other programmable data processing device to operate in a particular manner, such that instructions stored in the computer readable memory produce an article of manufacture including the instruction device. The instruction means implements the functions specified in one or more flows of the flowchart or in a block or blocks of the flowchart.
These computer program instructions can also be loaded onto a computer or other programmable data processing device to perform a series of operational steps on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device. The instructions provide steps for implementing the functions specified in one or more flows of the flowchart or in a block or blocks of the flowchart.
It is also to be understood that the terms "comprises" or "comprising" or "comprising" or any other variations are intended to encompass a non-exclusive inclusion, such that a process, method, article, Other elements not explicitly listed, or elements that are inherent to such a process, method, commodity, or equipment. An element defined by the phrase "comprising a ..." does not exclude the presence of additional equivalent elements in the process, method, item, or device including the element.
One or more embodiments of the present specification can be described in the general context of computer-executable instructions executed by a computer, such as a program module. Generally, program modules include routines, programs, objects, components, data structures, and the like that perform particular tasks or implement particular abstract data types. One or more embodiments of the present specification can also be practiced in a distributed computing environment where tasks are performed by remote processing devices that are coupled through a communication network. In a distributed computing environment, program modules can be located in local and remote computer storage media, including storage devices.
The various embodiments in the specification are described in a progressive manner, and the same or similar parts between the various embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the server device embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant parts can be referred to the description of the method embodiment.
The foregoing description of the specific embodiments of the specification has been described. Other embodiments are within the scope of the appended claims. In some cases, the actions or steps recited in the scope of the claims may be performed in a different order than the embodiments and still achieve the desired results. In addition, the processes depicted in the figures are not necessarily in a particular order or in a sequential order to achieve the desired results. In some embodiments, multitasking and parallel processing are also possible or may be advantageous.
The above description is only a preferred embodiment of one or more embodiments of the present specification, and is not intended to limit the description, and any modifications, equivalents, improvements, etc., made within the spirit and principles of the present specification, All should be included in the scope of this specification.

11‧‧‧採集河流11‧‧‧ collecting rivers

12‧‧‧取樣點 12‧‧‧Sampling points

13‧‧‧取樣點 13‧‧‧Sampling point

14‧‧‧取樣點 14‧‧‧Sampling point

15‧‧‧緩衝區 15‧‧‧buffer

16‧‧‧緩衝區 16‧‧‧buffer

31‧‧‧緩衝區 31‧‧‧ buffer zone

32‧‧‧緩衝區 32‧‧‧buffer

33‧‧‧取樣點 33‧‧‧Sampling points

51‧‧‧實體確定模組 51‧‧‧ entity determination module

52‧‧‧POI獲取模組 52‧‧‧POI acquisition module

400‧‧‧步驟 400‧‧‧ steps

402‧‧‧步驟 402‧‧‧Steps

為了更清楚地說明本說明書一個或多個實施例或現有技術中的技術方案,下面將對實施例或現有技術描述中所需要使用的附圖作簡單地介紹,顯而易見地,下面描述中的附圖僅僅是本說明書一個或多個實施例中記載的一些實施例,對於本領域普通技術人員來講,在不付出創造性勞動性的前提下,還可以根據這些附圖獲得其他的附圖。In order to more clearly illustrate one or more embodiments of the present specification or the technical solutions in the prior art, the drawings to be used in the embodiments or the description of the prior art will be briefly described below, and obviously, the attached in the following description The drawings are only some of the embodiments described in one or more embodiments of the present specification, and those skilled in the art can obtain other drawings based on the drawings without any inventive labor.

圖1為本說明書一個或多個實施例提供的一種線性實體緩衝區的建立示意圖; FIG. 1 is a schematic diagram of establishing a linear entity buffer according to one or more embodiments of the present disclosure; FIG.

圖2為本說明書一個或多個實施例提供的一種矩形緩衝區的示意圖; 2 is a schematic diagram of a rectangular buffer provided by one or more embodiments of the present specification;

圖3為本說明書一個或多個實施例提供的一種圓形緩衝區的示意圖; 3 is a schematic diagram of a circular buffer provided by one or more embodiments of the present specification;

圖4為本說明書一個或多個實施例提供的一種POI檢索方法的流程圖; 4 is a flowchart of a POI retrieval method provided by one or more embodiments of the present specification;

圖5為本說明書一個或多個實施例提供的一種地圖興趣點的檢索裝置的結構示意圖。 FIG. 5 is a schematic structural diagram of a device for searching a point of interest of a map according to one or more embodiments of the present specification.

Claims (11)

一種地圖興趣點(POI)的檢索方法,所述方法包括: 根據檢索條件資訊,確定待檢索的線性實體; 遍歷所述線性實體關聯的至少一個緩衝區,獲取所述緩衝區中滿足所述檢索條件資訊的目標POI;所述至少一個緩衝區沿著所述線性實體的路徑分佈,且覆蓋所述線性實體周邊的預定範圍。A method for searching a point of interest (POI), the method comprising: Determining a linear entity to be retrieved based on the retrieval condition information; Traversing at least one buffer associated with the linear entity, acquiring a target POI in the buffer that satisfies the retrieval condition information; the at least one buffer is distributed along a path of the linear entity, and covering the linear entity The predetermined range of the surrounding area. 根據申請專利範圍第1項所述的方法,其中在所述遍歷所述線性實體關聯的至少一個緩衝區之前,所述方法還包括: 按照如下方式建構所述線性實體關聯的至少一個緩衝區: 採集所述線性實體關聯的取樣點序列,所述取樣點序列包括:沿所述線性實體的路徑,間隔分佈的多個取樣點; 基於所述取樣點序列中的所述取樣點,並結合所述線性實體周邊的預定範圍,建構緩衝區。The method of claim 1, wherein before the traversing the at least one buffer associated with the linear entity, the method further comprises: Constructing at least one buffer associated with the linear entity as follows: Acquiring a sequence of sampling points associated with the linear entity, the sequence of sampling points comprising: a plurality of sampling points spaced along the path of the linear entity; A buffer is constructed based on the sampling points in the sequence of sample points and in conjunction with a predetermined range around the linear entity. 根據申請專利範圍第2項所述的方法,其中所述取樣點序列中的各個取樣點位於所述線性實體上。The method of claim 2, wherein each of the sampling point sequences is located on the linear entity. 根據申請專利範圍第1項所述的方法,其中所述檢索條件資訊,包括: 以文字輸入的檢索條件資訊; 或者,以語音輸入的檢索條件資訊; 或者,以動作觸發輸入的檢索條件資訊。The method of claim 1, wherein the retrieval condition information comprises: Search condition information entered in text; Or, the retrieval condition information input by voice; Or, the search condition information of the input is triggered by the action. 根據申請專利範圍第1項所述的方法,其中在所述遍歷所述線性實體關聯的至少一個緩衝區之前,所述方法還包括: 確定用戶所在的定位位置; 由所述線性實體關聯的至少一個緩衝區中,選擇與所述定位位置對應的緩衝區,作爲待檢索的緩衝區。The method of claim 1, wherein before the traversing the at least one buffer associated with the linear entity, the method further comprises: Determine the location where the user is located; A buffer corresponding to the location is selected as a buffer to be retrieved from at least one buffer associated with the linear entity. 根據申請專利範圍第1項所述的方法,其中當所述檢索條件資訊中包括:目標POI與所述線性實體的距離條件時; 所述獲取所述緩衝區中滿足所述檢索條件資訊的目標POI,包括: 根據所述緩衝區內的各個POI的POI座標,確定所述POI與所述線性實體之間的距離;並選擇所述距離符合所述距離條件的POI作爲目標POI。The method of claim 1, wherein when the search condition information includes: a distance condition between the target POI and the linear entity; And acquiring the target POI that satisfies the search condition information in the buffer, including: Determining a distance between the POI and the linear entity according to a POI coordinate of each POI in the buffer; and selecting a POI whose distance meets the distance condition as a target POI. 根據申請專利範圍第1項所述的方法,其中當所述檢索條件資訊中包括:目標POI的排序條件時;所述獲取緩衝區中滿足所述檢索條件資訊的目標POI之後,所述方法還包括:將多個目標POI根據所述排序條件進行排序後反饋。The method according to claim 1, wherein when the search condition information includes: a sorting condition of the target POI; after the target POI in the acquisition buffer that satisfies the search condition information, the method further The method includes: feeding back a plurality of target POIs according to the sorting condition. 一種地圖興趣點(POI)的檢索裝置,所述裝置包括: 實體確定模組,用於根據檢索條件資訊確定待檢索的線性實體; POI獲取模組,用於遍歷所述線性實體關聯的至少一個緩衝區,獲取所述緩衝區中滿足所述檢索條件資訊的目標POI;所述至少一個緩衝區沿著所述線性實體的路徑分佈,且覆蓋所述線性實體周邊的預定範圍。A map point of interest (POI) retrieval device, the device comprising: An entity determining module, configured to determine a linear entity to be retrieved according to the search condition information; a POI obtaining module, configured to traverse at least one buffer associated with the linear entity, acquire a target POI in the buffer that satisfies the retrieval condition information; and distribute the at least one buffer along a path of the linear entity And covering a predetermined range around the linear entity. 根據申請專利範圍第8項所述的裝置,其中所述POI獲取模組,還用於: 確定用戶所在的定位位置;由所述線性實體關聯的至少一個緩衝區中,選擇與所述定位位置對應的緩衝區,作爲待檢索的緩衝區。The device of claim 8, wherein the POI acquisition module is further configured to: Determining a positioning position where the user is located; selecting, by the at least one buffer associated with the linear entity, a buffer corresponding to the positioning position as a buffer to be retrieved. 根據申請專利範圍第8項所述的裝置,其中所述POI獲取模組,還用於: 當所述檢索條件資訊中包括:目標POI與所述線性實體的距離條件時;根據所述緩衝區內的各個POI的POI座標,確定所述POI與所述線性實體之間的距離;並選擇所述距離符合距離條件的POI作爲目標POI。The device of claim 8, wherein the POI acquisition module is further configured to: When the search condition information includes: a distance condition between the target POI and the linear entity; determining a distance between the POI and the linear entity according to a POI coordinate of each POI in the buffer; and selecting The POI whose distance meets the distance condition is taken as the target POI. 一種地圖興趣點(POI)的檢索設備,所述設備包括記憶體、處理器,以及儲存在記憶體上並可在處理器上執行的電腦指令,所述處理器執行指令時實現以下步驟: 根據檢索條件資訊,確定待檢索的線性實體; 遍歷所述線性實體關聯的至少一個緩衝區,獲取所述緩衝區中滿足所述檢索條件資訊的目標POI;所述至少一個緩衝區沿著所述線性實體的路徑分佈,且覆蓋所述線性實體周邊的預定範圍。A map point of interest (POI) retrieval device, the device comprising a memory, a processor, and computer instructions stored on the memory and executable on the processor, the processor implementing the instructions to: Determining a linear entity to be retrieved based on the retrieval condition information; Traversing at least one buffer associated with the linear entity, acquiring a target POI in the buffer that satisfies the retrieval condition information; the at least one buffer is distributed along a path of the linear entity, and covering the linear entity The predetermined range of the surrounding area.
TW107146613A 2018-02-26 2018-12-22 Method and device for searching interest points of map TWI697874B (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
??201810159946.0 2018-02-26
CN201810159946.0 2018-02-26
CN201810159946.0A CN108363801A (en) 2018-02-26 2018-02-26 A kind of search method and device of map point of interest

Publications (2)

Publication Number Publication Date
TW201937460A true TW201937460A (en) 2019-09-16
TWI697874B TWI697874B (en) 2020-07-01

Family

ID=63002523

Family Applications (1)

Application Number Title Priority Date Filing Date
TW107146613A TWI697874B (en) 2018-02-26 2018-12-22 Method and device for searching interest points of map

Country Status (3)

Country Link
CN (1) CN108363801A (en)
TW (1) TWI697874B (en)
WO (1) WO2019161728A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108363801A (en) * 2018-02-26 2018-08-03 阿里巴巴集团控股有限公司 A kind of search method and device of map point of interest
CN111289009A (en) * 2018-12-10 2020-06-16 上海博泰悦臻电子设备制造有限公司 Vehicle, vehicle equipment and vehicle equipment interest point input searching method thereof
CN111613045A (en) * 2019-02-25 2020-09-01 阿里巴巴集团控股有限公司 Method and device for verifying road traffic condition
CN114724121A (en) * 2022-03-23 2022-07-08 中交信息技术国家工程实验室有限公司 Driving behavior prediction method

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6954697B1 (en) * 2003-08-04 2005-10-11 America Online, Inc. Using a corridor search to identify locations of interest along a route
CN101046383B (en) * 2007-04-27 2010-11-10 江苏华科导航科技有限公司 Method for navigation instrument to search interest points along guide path during navigation
CN101294818B (en) * 2008-04-24 2011-09-21 深圳市凯立德科技股份有限公司 Method for searching interest point along guiding route and navigation system adopting the same
TWI386628B (en) * 2008-10-23 2013-02-21 Inventec Appliances Corp Points of interest to search the scope of the planning method
CN103900591B (en) * 2012-12-25 2017-11-07 上海博泰悦臻电子设备制造有限公司 Along the air navigation aid and device of navigation way periphery precise search point of interest
CN103940441B (en) * 2014-05-06 2018-01-30 百度在线网络技术(北京)有限公司 A kind of interest point search method and device
US9864783B1 (en) * 2014-12-02 2018-01-09 Google Llc Systems and methods for identifying outlying point of interest search results
CN105865464A (en) * 2015-01-21 2016-08-17 深圳市喂车科技有限公司 Method and apparatus for searching interest points surrounding path
CN108363801A (en) * 2018-02-26 2018-08-03 阿里巴巴集团控股有限公司 A kind of search method and device of map point of interest

Also Published As

Publication number Publication date
WO2019161728A1 (en) 2019-08-29
CN108363801A (en) 2018-08-03
TWI697874B (en) 2020-07-01

Similar Documents

Publication Publication Date Title
TWI697874B (en) Method and device for searching interest points of map
US20190332615A1 (en) Interpersonal Spacetime Interaction System
US9497275B2 (en) System and method for generating three-dimensional geofeeds, orientation-based geofeeds, and geofeeds based on ambient conditions based on content provided by social media content providers
CN108256117B (en) Method, system, and storage medium for identifying a place associated with a location
WO2020052338A1 (en) Address identifier and longitude and latitude thereof mining
US9179253B2 (en) Map service method and system of providing target contents based on location
WO2019137369A1 (en) Poi retrieving method and device based on geographic locations
KR20100030906A (en) Method of registering advertisements on an electronic map using advertisement registration reference information
US11966425B2 (en) Visual search system for finding trip destination
US9811539B2 (en) Hierarchical spatial clustering of photographs
WO2015007142A1 (en) Method, system, apparatus, and server for searching for interest point on electronic map
US10803125B2 (en) Rendering locations on map based on location data
US10922321B2 (en) Interpreting user queries based on device orientation
Vu et al. Low-complexity detection of POI boundaries using geo-tagged tweets: A geographic proximity based approach
KR101459872B1 (en) Indexing system of space object for combination object of SOI and content
Mei et al. A GIS-based mobile application to improve tourism experience: a case study of Terengganu, Malaysia
Lemmelä et al. Finding communication hot spots of location-based postings
US20230393663A1 (en) Method for Search and Display of Geographic Points of Interest on Computing Devices Accounting for Predetermined Rankings Assigned to Geographic Points of Interest
Mohamad et al. The GIS Application in Smartphone for Tourism
Fook et al. Collaborative Historical Platform for Historians: Extended Functionalities in Pauliceia 2.0.
Yun An Analysis System Development of User Point of Interests based on Social Big Data
Wang et al. Skyline Query Processing System for Taiwan Maps
CN117252639A (en) Store location method, system, equipment and storage medium based on thermodynamic diagram
CN111125407A (en) Address information storage method, storage device, medium, and electronic device
Lo et al. QTWN: A Location-Based Query System on Taiwan Maps