KR20180016325A - System and method for providing geographic information using address code - Google Patents

System and method for providing geographic information using address code Download PDF

Info

Publication number
KR20180016325A
KR20180016325A KR1020170118353A KR20170118353A KR20180016325A KR 20180016325 A KR20180016325 A KR 20180016325A KR 1020170118353 A KR1020170118353 A KR 1020170118353A KR 20170118353 A KR20170118353 A KR 20170118353A KR 20180016325 A KR20180016325 A KR 20180016325A
Authority
KR
South Korea
Prior art keywords
numeric code
location
information
map
numerical code
Prior art date
Application number
KR1020170118353A
Other languages
Korean (ko)
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 진현철
Priority to KR1020170118353A priority Critical patent/KR20180016325A/en
Publication of KR20180016325A publication Critical patent/KR20180016325A/en

Links

Images

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
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/06Authentication

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Business, Economics & Management (AREA)
  • Signal Processing (AREA)
  • Primary Health Care (AREA)
  • Marketing (AREA)
  • Human Resources & Organizations (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Strategic Management (AREA)
  • General Health & Medical Sciences (AREA)
  • Economics (AREA)
  • Health & Medical Sciences (AREA)
  • Remote Sensing (AREA)
  • Data Mining & Analysis (AREA)
  • Navigation (AREA)

Abstract

A system for providing map information by using a numerical code according to an embodiment of the present invention comprises: a numerical code database; and a service-providing server which is linked to the numerical code database. The service providing server includes: a map information inquiry unit which receives location information representing geographical location from a user terminal, and inquires a location to be registered; a numerical code registration unit which receives a unique numerical code, matches the numerical code with the location information, and registers the numerical code in the numerical code database; a map information providing unit which provides map information together with the registered numerical code, provides the map information stored in the numerical code database to be usable, by using API, and reports registration information of a numerical code to a terminal which is not connected online in real time by using TPEG to induce the latest information to be updated; a numerical code generation unit which inputs, when location information represents geographical location to which an address is not given, the geographical location as a location to be registered on a map of a specific web site, acquires GPS coordinates of the spot corresponding to the input location, and generates a unique numerical code given to the geographical location by numerical combination based on GPS coordinates; and a numerical code update unit which receives location information to be changed when the geographical location matched with the unique numerical code is changed, and change and updates only the location information matched with the unique numerical code in the numerical code database.

Description

숫자코드를 이용한 지도 정보 제공 시스템 및 방법{SYSTEM AND METHOD FOR PROVIDING GEOGRAPHIC INFORMATION USING ADDRESS CODE}TECHNICAL FIELD The present invention relates to a system and method for providing map information using a numerical code,

본 발명은 지리적 위치를 나타내는 지도 정보에 숫자로만 조합된 코드를 부여하여 숫자코드를 기반으로 지도 정보를 검색, 안내할 수 있도록 제공하는 숫자코드를 이용한 지도 정보 제공 시스템 및 방법에 관한 것이다.The present invention relates to a map information providing system and method using a numeric code that provides a code combined with numerals only to map information indicating a geographical location, and provides search and guidance of map information based on a numeric code.

일반적으로 경로 탐색 서비스는 지도 정보 제공 서비스의 일부인 길찾기로 불려지며, 차량의 네비게이션 단말을 통해 제공하거나 포털 지도 사이트와 연계하여 제공할 수 있다. Generally, a route search service is called a route search, which is a part of a map information providing service, and can be provided through a navigation terminal of a vehicle or in connection with a portal map site.

종래 경로 탐색 서비스는 지도 맵을 기반으로 제공하는 데, 위치 또는 경로 탐색 시에는 주소 또는 상호명을 입력하여 탐색하게 된다. The conventional path search service provides a map based on the map, and when searching for a location or route, it searches for an address or a business name.

그런데, 상호명은 여러 지역에 대하여 동일한 이름이나 명칭을 갖는 위치를 탐색하게 되므로 사용자가 원하는 특정 지역을 찾아가려면 일일이 주소를 확인해야 하는 불편함이 있다. However, since a business name searches for a location having the same name or name in various regions, it is inconvenient to check the address individually in order to search for a specific region desired by the user.

주소는 지적도나 지번을 사용하는데 지번이 1개만 부여되어 있거나 해당 지번의 면적이 넓은 경우 그 위치를 찾기가 어려운 문제점이 있다.The address uses the cadastral map or lot number, but there is a problem that it is difficult to find the location if only one lot is assigned or the area of the lot is large.

예를 들어, 영남대학교의 도로명 주소인 대학로 280을 검색하면 해당 도로명 주소에 해당하는 지번 주소가 대동, 삼풍동, 갑제동 등 여러 개가 나올 수 있다. 따라서, 동일 지번 내의 임의 위치에서 위치를 지정할 수 있는 주소가 필요하다.For example, if you search for College Road 280, which is the road name address of Yeungnam University, you can find many street addresses such as Daedong, Sampung-dong, and Jaeje-dong. Therefore, an address that can specify a position at an arbitrary position within the same lot number is required.

최근 도로명 주소를 사용하게 되면서, 1개의 주소에 부여된 건물 번호는 그 넓이에 상관없이 동일한 주소가 부여되므로 학교, 대규모 아파트 단지, 공원, 관공서 등과 같이 넓은 지역에 분포된 건물을 찾아가는 것은 매우 어렵다. 일례로 영남대학교 인근에 위치한 '새실'이라는 식당 건물 1채의 주소는 '계양로 70'이고 영남대학교의 도로명 주소를 '대학로 280'이다. 건물의 넓이는 수백 배 차이가 있으나 주소는 1개만 부여되어 있어 그 도로명 주소를 통해 찾고자 하는 건물의 위치를 찾는 것은 불가능하다. Recently, using the road name address, the building number assigned to one address is assigned the same address irrespective of the area, so it is very difficult to find a building distributed in a wide area such as a school, a large apartment complex, a park, a government office, For example, one of the restaurants in the vicinity of Yeongnam University, 'Seongsil', is located at 'Gyangyangro 70' and Yeongnam University's street name is 'Daehangno 280'. The width of the building is several hundred times different, but only one address is given, and it is impossible to find the location of the building to be searched through the street name address.

또한, 이름이 알려진 식당의 경우 특정 위치에서 다른 위치로 이동하면 식당의 고유 명칭은 유지될 수 있으나 주소가 틀려짐으로써 사람들에게 홍보가 어려운 문제점이 있다. In addition, in the case of a restaurant whose name is known, if the restaurant is moved from a specific location to another location, the unique name of the restaurant can be maintained, but the address is wrong, which makes it difficult to publicize the restaurant.

이와 관련된 선행기술문헌으로는, 한국등록특허공보 제10-0716677호(발명의 명칭: 코드가 부여된 개별 위치 정보를 제공하는 시스템 및 방법, 등록일: 2007년 05월 03일)가 있다.As a prior art document related thereto, there is Korean Patent Registration No. 10-0716677 entitled " System and Method for Providing Code-Provided Individual Location Information, Date May 05, 2007).

본 발명은 지리적 위치를 나타내는 주소 또는 GPS좌표 등을 포함한 지도 정보에 숫자로만 조합된 숫자코드를 부여하여 데이터베이스화함으로써 사용자가 숫자코드를 기반으로 지도 정보를 검색, 안내할 수 있도록 제공하는 숫자코드를 이용한 지도 정보 제공 시스템 및 방법을 제공하는 데 목적이 있다. The present invention provides a numeric code that provides a numerical code combined with numerals only to map information including an address indicating a geographical position or GPS coordinates and the like to form a database so that a user can search for and guide the map information based on a numeric code And to provide a map information providing system and method using the map information.

특히, 본 발명은 숫자코드를 이용하여 대학교나 공원, 대규모 아파트 단지 등과 같이 동일한 지번을 갖는 곳이나, 산이나 들, 묘 등과 같이 주소를 사용할 수 없는 곳에도 세부적인 위치 표기가 가능하여 지도 정보의 상세 검색이 가능하도록 하는 데 있다. Particularly, the present invention provides a method and system for displaying detailed information on locations where the same lot number such as a university, a park, a large apartment complex, or the like can not be used, such as a mountain, a field, And to enable detailed search.

본 발명의 다른 목적은 숫자코드를 이용한 지도 서비스를 어플리케이션으로 구현하고 어플리케이션이 설치된 사용자 단말에 숫자코드를 포함한 단축키의 입력이 있으면 어플리케이션을 자동 실행하고, 입력된 숫자코드를 기반으로 지도 정보를 검색하여 표시해 줌으로써 사용자의 편의를 극대화하고자 한다. Another object of the present invention is to implement a map service using a numeric code as an application, to automatically execute an application when a shortcut key including a numeric code is input to a user terminal installed with the application, to retrieve map information based on the inputted numeric code Thereby maximizing the convenience of the user.

본 발명의 일 실시예에 따른 숫자코드를 이용한 지도 정보 제공 시스템은 지리적 위치별로 고유의 숫자코드를 포함하여 지도 정보를 저장하는 숫자코드 데이터베이스; 및 상기 숫자코드 데이터베이스와 연동하는 서비스 제공 서버를 포함한다.According to an embodiment of the present invention, there is provided a map information providing system using a numeric code, the system comprising: a numeric code database storing map information including a unique numeric code for each geographical location; And a service providing server interlocked with the numeric code database.

상기 서비스 제공 서버는 사용자 단말로부터 상기 지리적 위치를 나타내는 위치 정보를 입력받고 입력받은 위치 정보에 기초하여 등록하려는 위치를 조회하는 지도 정보 조회부; 상기 지도 정보 조회부를 통해 조회된 위치 정보에 대하여 고유의 숫자코드를 입력받고 상기 숫자코드와 상기 조회된 위치 정보를 매칭하여 상기 숫자코드 데이터베이스에 등록하는 숫자코드 등록부; 상기 숫자코드 데이터베이스와 연동하여 상기 숫자코드 데이터베이스에 등록된 숫자코드와 함께 지도 정보를 제공하되, API(Application Programming Interface)를 이용하여 외부 차량 항법 서버 또는 지도 검색 엔진이 상기 숫자코드 데이터베이스에 저장된 지도 정보를 이용할 수 있도록 제공하고, TPEG(Transport Protocol Expert Group)를 이용하여 온라인으로 연결되지 않은 단말에 숫자코드의 등록 정보를 실시간으로 알려 최신 정보를 갱신하도록 유도하는 지도 정보 제공부; 상기 위치 정보가 주소가 부여되지 않은 지리적 위치를 나타내는 경우, 특정 웹 사이트의 지도맵 상에서 상기 주소가 부여되지 않은 지리적 위치를 위치 입력 버튼의 클릭을 통해 상기 등록하려는 위치로서 입력하고, 상기 입력된 위치에 해당하는 지점의 GPS 좌표를 취득하여 상기 주소가 부여되지 않은 지리적 위치에 부여되는 고유의 숫자코드를 상기 GPS 좌표 기반의 숫자 조합으로 생성하는 숫자코드 생성부; 및 상기 고유의 숫자코드와 매칭되는 지리적 위치가 변경된 경우 변경할 위치 정보를 입력받고 상기 숫자코드 데이터베이스에 상기 고유의 숫자코드와 매칭되는 위치 정보만을 변경하여 업데이트하는 숫자코드 업데이트부를 포함한다.Wherein the service providing server receives location information indicating the geographical location from a user terminal and inquires a location to be registered based on the received location information; A numeric code registration unit for receiving a unique numeric code for the location information inquired by the map information inquiry unit and for matching the numeric code with the inquired location information and registering the numeric code in the numeric code database; And the map information is provided together with the numeric code registered in the numeric code database in cooperation with the numeric code database, wherein an external car navigation server or a map search engine uses an API (Application Programming Interface) A map information providing unit for providing information on registration of a numeric code to a terminal not connected on-line using TPEG (Transport Protocol Expert Group) in real time to update the latest information; When the location information indicates a geographical location to which an address is not assigned, a geographical location to which the address is not assigned on a map map of a specific web site is input as a location to be registered through a click of a location input button, And generating a unique numerical code assigned to a geographical location to which the address is not assigned, based on the GPS coordinate based number combination; And a numeric code updater that receives location information to be changed when the geographical location matching the unique numeric code is changed, and updates only the location information matched with the unique numeric code to the numeric code database.

본 발명에 따르면, 기존의 지리적 위치를 나타내는 주소 또는 GPS좌표 등을 포함한 지도 정보를 숫자코드와 매칭하여 사용함으로써 입력의 편리성을 도모하고, 넓은 지역이나 건물, 산과 같이 주소가 하나로 부여된 경우에도 GPS 기반의 주소를 부여하고 이에 따른 숫자코드를 매칭하여 사용함으로써 세부 위치 탐색 또는 경로 안내가 가능한 효과가 있다. According to the present invention, the convenience of the input is improved by matching the map information including the address indicating the existing geographical position or the GPS coordinates with the numeric code, and when the address is given as one area such as a wide area, A GPS-based address is assigned and a numeric code corresponding thereto is matched to provide a detailed position search or route guidance.

또한, 본 발명은 지리적 위치 정보와 매칭되는 숫자코드가 고유식별코드로서, 숫자코드에 대응되는 주소만 변경하면 이사나 이동을 할지라도 대응 주소 변경만으로 활용성이 높은 효과가 있다. 예컨대, 식당의 경우 숫자코드'1144' 에 '계양로 70'이라고 주소가 매칭되어 있는데 이사나 점포이전을 통해 주소가 변경되더라도 '1144' 숫자코드에 매칭되는 주소만 변경하면 그 주소가 다르더라도 네비게이션을 통해 위치 탐색이 가능하다. Also, according to the present invention, the numeric code matched with the geographical location information is a unique identification code. Even if the address is mapped by changing only the address corresponding to the numeric code, the corresponding address is effectively changed only by changing the corresponding address. For example, in a restaurant, a numeric code '1144' is matched with '70' in address, but even if the address is changed through moving or moving a store, if only the address matched with '1144' numeric code is changed, The location search is possible.

또한, 본 발명은 숫자코드를 이용한 지도 서비스를 어플리케이션으로 구현한 경우 사용자 단말에서 숫자코드와 함께 단축키의 입력이 있으면 어플리케이션이 자동 실행되어 사용자가 직접 어플리케이션을 찾아 실행하는 일 없이 바로 실행이 가능한 효과가 있다. In addition, according to the present invention, when a map service using a numeric code is implemented in an application, if there is an input of a shortcut key together with a numeric code in the user terminal, the application is automatically executed so that the user can directly execute the application without searching for the application have.

또한, 본 발명은 사용자 단말의 키 입력 화면에서 숫자코드와 함께 단축키가 입력되면 어플리케이션이 자동 실행되고 이와 동시에 입력된 숫자코드를 기반으로 지도 정보를 검색하여 검색결과를 화면에 표시해 줌으로써 검색이 편리한 효과가 있다. In addition, the present invention can be applied to a mobile terminal, a mobile terminal, a mobile terminal, a mobile terminal, and a mobile terminal, .

도 1은 본 발명의 실시예에 따른 숫자코드를 이용한 지도 서비스를 서버에 구현한 지도 정보 제공 시스템의 구성도이다.
도 2는 본 발명의 실시예에 따른 숫자코드를 이용한 지도 서비스를 단말에 구현한 지도 정보 제공 시스템의 구성도이다.
도 3은 본 발명의 실시예에 따른 지도 서비스 어플리케이션을 단축키를 이용하여 자동 실행하는 방법을 보여주는 사용자 화면이다.
도 4는 본 발명의 실시예에 따른 서비스 제공 서버 및 지도 서비스 어플리케이션의 구성도이다.
도 5는 본 발명의 실시예에 따른 숫자코드를 이용한 지도 정보 제공 방법을 설명하기 위한 흐름도이다.
도 6은 본 발명의 실시예에 따른 숫자코드의 업데이트 방법을 설명하기 위한 흐름도이다.
도 7은 본 발명의 실시예에 따른 숫자코드를 네비게이션에 활용한 예를 보여주는 사용자 화면이다.
도 8은 본 발명의 실시예에 따른 숫자코드를 대학교나 대규모 아파트 단지 등의 건물명, 동별로 적용한 예를 보여주는 화면이다.
도 9는 본 발명의 실시예에 따른 숫자코드를 주소를 사용할 수 없는 곳에 적용한 예를 보여주는 화면이다.
도 10 및 도 11은 주소를 이용하여 숫자코드를 등록하는 방법, 이와 관련된 사용자 단말의 설정화면을 나타낸 도면이다.
도 12 및 도 13은 GPS좌표를 이용하여 숫자코드를 등록하는 방법, 이와 관련된 사용자 단말의 설정화면을 나타낸 도면이다.
도 14 및 도 15는 숫자코드를 이용하여 숫자코드를 추가 등록하는 방법, 이와 관련된 사용자 단말의 설정화면을 나타낸 도면이다.
1 is a configuration diagram of a map information providing system in which a map service using a numeric code is implemented in a server according to an embodiment of the present invention.
2 is a configuration diagram of a map information providing system in which a map service using a numeric code is implemented in a terminal according to an embodiment of the present invention.
FIG. 3 is a user screen showing a method of automatically executing a map service application according to an embodiment of the present invention by using a shortcut key.
4 is a configuration diagram of a service providing server and a map service application according to an embodiment of the present invention.
5 is a flowchart illustrating a map information providing method using a numeric code according to an embodiment of the present invention.
6 is a flowchart illustrating a method of updating a numeric code according to an embodiment of the present invention.
FIG. 7 is a user screen showing an example in which a numeric code according to an embodiment of the present invention is utilized for navigation.
FIG. 8 is a view showing an example in which a numerical code according to an embodiment of the present invention is applied to a building name or a building, such as a university or a large apartment complex.
FIG. 9 is a view showing an example in which a numeric code according to an embodiment of the present invention is applied to a place where an address can not be used.
10 and 11 show a method of registering a numeric code using an address and a setting screen of a user terminal related to the method.
12 and 13 show a method of registering a numeric code using GPS coordinates and a setting screen of a user terminal related to the method.
FIGS. 14 and 15 are diagrams showing a method of additionally registering a numeric code using a numeric code and a setting screen of a user terminal related to the method.

본 명세서에서 사용되는 기술적 용어는 단지 특정한 실시 예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아님을 유의해야 한다. 또한, 본 명세서에서 사용되는 기술적 용어는 본 명세서에서 특별히 다른 의미로 정의되지 않는 한 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 의미로 해석되어야 하며, 과도하게 포괄적인 의미로 해석되거나, 과도하게 축소된 의미로 해석되지 않아야 한다. It is noted that the technical terms used herein are used only to describe specific embodiments and are not intended to limit the invention. Also, the technical terms used herein should be interpreted in a sense that is generally understood by those skilled in the art to which the present invention belongs, unless otherwise defined in this specification, and it should be understood that an overly comprehensive It should not be construed as a meaning or an overly reduced meaning.

또한, 본 명세서에서 사용되는 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 출원에서, "구성된다" 또는 "포함한다" 등의 용어는 명세서 상에 기재된 여러 구성 요소들, 또는 여러 단계들을 반드시 모두 포함하는 것으로 해석되지 않아야 하며, 그 중 일부 구성 요소들 또는 일부 단계들은 포함되지 않을 수도 있고, 또는 추가적인 구성 요소 또는 단계들을 더 포함할 수 있는 것으로 해석되어야 한다.Also, the singular forms "as used herein include plural referents unless the context clearly dictates otherwise. In the present application, the term "comprising" or "comprising" or the like should not be construed as necessarily including the various elements or steps described in the specification, Or may be further comprised of additional components or steps.

이하, 첨부된 도면을 참조하여 본 실시예를 상세하게 설명한다.Hereinafter, the present embodiment will be described in detail with reference to the accompanying drawings.

도 1은 본 발명의 실시예에 따른 숫자코드를 이용한 지도 서비스를 서버에 구현한 지도 정보 제공 시스템의 구성도이다.1 is a configuration diagram of a map information providing system in which a map service using a numeric code is implemented in a server according to an embodiment of the present invention.

본 발명의 실시예에 따른 숫자코드를 이용한 지도 정보 제공 시스템은 기본적으로 서비스 제공 서버(100)와 숫자코드 데이터베이스(300)를 포함한다.The map information providing system using the numeric code according to the embodiment of the present invention basically includes the service providing server 100 and the numeric code database 300. [

서비스 제공 서버(100)는 기존 지도 서버에 구축되어 있는 지도 정보 데이터베이스 서버(200)와 연계되어 지도 정보 데이터베이스 서버(200)에 저장된 지도 정보를 제공받는다. The service providing server 100 receives map information stored in the map information database server 200 in association with the map information database server 200 built in the existing map server.

지도 정보 데이터베이스 서버(200)는 차량 항법 서버나, 구글, 다음, 네이버 등에서 제공하는 지도 서버에 구축되는 데이터베이스로서, 위치 및 경로 탐색을 위한 지도 정보가 저장되어 있다. 지도 정보에는 지리적 위치를 나타내는 주소 정보, GPS 좌표 정보, 상호명 등의 위치 정보를 포함한다. The map information database server 200 is a database constructed on a map server provided by a car navigation server, Google, Daum, Naver, and the like, and stores map information for location and route search. The map information includes positional information such as address information indicating the geographical position, GPS coordinate information, and business name.

서비스 제공 서버(100)는 지도 정보 데이터베이스 서버(200)에 저장된 지도 정보를 별도의 데이터베이스에 저장해 둘 수 있으며, 또는 지도 정보 데이터베이스 서버(200)에 실시간 접속하여 원하는 지도 정보를 요청하고 이에 대응하여 지도 정보 데이트베이스 서버(200)로부터 지도 정보를 제공받을 수 있다. The service providing server 100 may store the map information stored in the map information database server 200 in a separate database or access the map information database server 200 in real time to request desired map information, And can receive map information from the information database server 200.

본 실시예에서 서비스 제공 서버(100)는 사용자 단말(700)과 연계되어 기존 지도 정보에 대한 숫자코드를 부여하고 숫자코드 기반 데이터베이스를 구축한다. 따라서, 사용자에 의해 숫자코드가 입력되면 숫자코드와 대응되는 위치 정보를 검색하여 제공해 준다. In this embodiment, the service providing server 100 associates with the user terminal 700 and adds a numerical code to existing map information and builds a numeric code based database. Accordingly, when a numeric code is inputted by the user, the location information corresponding to the numeric code is retrieved and provided.

이를 위해, 서비스 제공 서버(100)는 사용자 단말(700)로부터 등록하려는 위치에 대하여 지리적 위치를 나타내는 위치 정보를 입력받고 입력받은 위치 정보에 기초하여 지도 정보 데이터베이스 서버(200)를 통해 등록하려는 위치를 조회한다. 그리고 조회된 위치 정보에 대하여 등록하려는 고유의 숫자코드를 입력받고 숫자코드와 조회된 위치 정보를 매칭하여 숫자코드 데이터베이스(300)에 등록한다. 등록한 이후 서비스 제공 서버(100)는 숫자코드 데이터베이스(300)에 저장된 숫자코드 기반 지도 정보를 API(400)를 통해 외부의 서버, 이를 테면 차량 항법 서버, 지도 검색 엔진 등에 제공할 수 있다. To this end, the service providing server 100 receives the location information indicating the geographical location with respect to the location to be registered from the user terminal 700 and receives the location to register through the map information database server 200 based on the received location information . A unique numeric code to be registered is input to the inquired location information, and the numeric code is matched with the inquired location information and registered in the numeric code database 300. After registering, the service providing server 100 may provide numeric code based map information stored in the numeric code database 300 to an external server such as a car navigation server, a map search engine, and the like through the API 400.

숫자코드 데이터베이스(300)는 도 1에 도시한 바와 같이 서비스 제공 서버(100)와 별개로 구축될 수 있고, 또는 서비스 제공 서버(100)에 구축될 수 있다. The numeric code database 300 may be constructed separately from the service providing server 100 as shown in FIG. 1, or may be constructed in the service providing server 100.

서비스 제공 서버(100)는 등록하려는 위치를 조회할 때, 지리적 위치를 나타내는 주소 정보(지번 주소 또는 도로명 주소 모두 포함), GPS 좌표 정보, 기 등록된 숫자코드, 상호명 등을 이용하여 조회가 가능하고, 이의 선택은 사용자 단말(700)의 입력에 의해 결정된다. 사용자 단말(700)은 스마트폰, PC, 태블릿, 개인휴대단말 등을 포함한다.When the service providing server 100 inquires the location to be registered, the service providing server 100 can inquire by using address information indicating the geographical location (including all or part of the street address or road name), GPS coordinate information, pre-registered numeric code, , Its selection being determined by the input of the user terminal 700. The user terminal 700 includes a smart phone, a PC, a tablet, a personal portable terminal, and the like.

또한, 서비스 제공 서버(100)는 조회된 위치 정보에 대하여 등록하려는 고유의 숫자코드를 사용자 단말(700)로부터 입력받을 수 있고, 또는 소정의 알고리즘을 통해 자동 생성하여 획득할 수 있다. In addition, the service providing server 100 can receive a unique numerical code to be registered for the inquired location information from the user terminal 700, or can automatically generate and acquire it through a predetermined algorithm.

또한, 서비스 제공 서버(100)는 지정 웹 사이트에서 회원 가입을 받고 가입자에게 고유의 숫자코드를 부여할 수 있다. 각 가입자마다 하나의 숫자코드를 부여하는 것을 기본으로 하되 필요에 따라 여러 숫자코드를 부여할 수 있다. 이때, 회원 가입시 부여되는 숫자코드는 서비스 제공 서버(100)가 임의대로 지정하고 가입자의 요청에 의해 추가되는 숫자코드는 가입자가 원하는 숫자를 조합한 숫자코드를 지정할 수 있도록 할 수 있다. 또한, 서비스 제공 서버(100)는 로그인을 통해 해당 가입자의 숫자코드와 대응되는 주소를 변경할 수 있다.In addition, the service providing server 100 can receive a subscription from a designated web site and assign a unique numeric code to the subscriber. It is based on giving one numeric code to each subscriber, but it can be given several numeric codes as needed. At this time, the service providing server 100 may designate a numeric code assigned at the time of subscription, and a numeric code added at the subscriber's request may designate a numeric code in which the subscriber wants to combine the numeric code. Also, the service providing server 100 can change the address corresponding to the numeric code of the corresponding subscriber through login.

서비스 제공 서버(100)의 구성에 대해서는 하기 도 3에서 구체적으로 설명하기로 한다. The configuration of the service providing server 100 will be described in detail with reference to FIG.

도 2는 본 발명의 실시예에 따른 숫자코드를 이용한 지도 서비스를 단말에 구현한 지도 정보 제공 시스템의 구성도이다. 2 is a configuration diagram of a map information providing system in which a map service using a numeric code is implemented in a terminal according to an embodiment of the present invention.

본 발명의 실시예에 따른 지도 정보 제공 시스템은 기본적으로 지도 서비스 어플리케이션(100')과 숫자코드 데이터베이스(300)를 포함한다.The map information providing system according to the embodiment of the present invention basically includes a map service application 100 'and a numeric code database 300.

숫자코드 데이터베이스(300)는 지리적 위치별로 고유의 숫자코드를 포함하여 지도 정보를 저장한다.The numeric code database 300 stores map information including a unique numeric code for each geographical location.

지도 정보 데이터베이스 서버(200)는 기존 지도 서버에 구축되며, 지리적 위치를 나타내는 주소 정보, GPS 좌표 정보, 상호명 등의 위치 정보를 저장한다.The map information database server 200 is built in an existing map server and stores location information such as address information indicating the geographical location, GPS coordinate information, and business name.

숫자코드 데이터베이스(300)와 지도 정보 데이터베이스 서버(200)는 도 1의 시스템 구성과 동일한 기능을 수행한다. The numeric code database 300 and the map information database server 200 perform the same functions as the system configuration of FIG.

도 1의 시스템과 다른 구성에 대해서만 설명하면, 지도 서비스 어플리케이션(100')은 사용자 단말(700)에 설치되고, 통신망을 통해 숫자코드 데이터베이스(300) 및 지도 정보 데이터베이스 서버(200)와 연계된다.1, the map service application 100 'is installed in the user terminal 700 and is linked to the numeric code database 300 and the map information database server 200 via the communication network.

지도 서비스 어플리케이션(100')은 사용자 단말(700)의 화면에서 등록하려는 위치에 대한 위치 정보를 입력받고 입력받은 위치 정보에 기초하여 지도 정보 데이터베이스 서버(200)를 통해 등록하려는 위치를 조회한다. 그리고, 조회된 위치 정보에 대하여 등록하려는 고유의 숫자코드를 입력받고 숫자코드 데이터베이스(300)에 숫자코드와 조회된 위치 정보를 매칭하여 등록한다. The map service application 100 'receives the location information of the location to be registered on the screen of the user terminal 700 and inquires the location to register through the map information database server 200 based on the received location information. Then, the unique numeric code to be registered is entered in the inquired location information, and the numeric code and the inquired location information are matched and registered in the numeric code database 300.

이처럼, 지도 서비스 어플리케이션(100')은 등록하려는 위치 조회, 숫자코드 등록, 숫자코드 기반 지도 정보 제공, 회원 가입 등에 있어서 도 1의 서비스 제공 서버(100)와 동일한 기능을 수행한다. As described above, the map service application 100 'performs the same function as the service providing server 100 of FIG. 1 in the location inquiry to be registered, the numeric code registration, the numeric code based map information providing, the membership registration,

다만, 지도 서비스 어플리케이션(100')은 위치 입력 버튼이 클릭되면 사용자 단말(700)이 단말 위치에 대한 GPS 좌표를 취득하고 이와 매칭시킬 숫자코드를 입력하도록 안내할 수 있다. However, when the location input button is clicked, the map service application 100 'can guide the user terminal 700 to acquire GPS coordinates for the terminal location and input a numeric code to be matched with the GPS coordinates.

또한, 지도 서비스 어플리케이션(100')은 사용자 단말(700)에 GPS 수신 기능이 설정된 경우 GPS 정보에 기초한 현재 위치로부터 숫자코드에 대응되는 위치 정보로 경로를 안내할 수 있다. In addition, the map service application 100 'can guide the route from the current location based on the GPS information to the location information corresponding to the numeric code when the GPS reception function is set in the user terminal 700. [

또한, 지도 서비스 어플리케이션(100')은 사용자 단말(700)의 키 입력 화면에서 숫자코드를 포함하여 미리 설정된 숫자 키와 특정 기능키가 조합된 단축키들이 입력되면 자동으로 실행되도록 설정될 수 있다. 자동 실행과 동시에, 지도 서비스 어플리케이션(100')은 단축키들과 함께 입력받은 숫자코드를 기반으로 숫자코드 데이터베이스(300)에 등록된 지리적 위치를 조회하고 조회된 위치 정보를 사용자 단말(700)의 화면으로 표시한다. In addition, the map service application 100 'can be set to be automatically executed when hot keys including a numeric code and a predetermined function key are combined in the key input screen of the user terminal 700. At the same time as the automatic execution, the map service application 100 'searches the geographical location registered in the numerical code database 300 based on the inputted numeric code together with the hot keys, and displays the inquired location information on the screen of the user terminal 700 .

여기서, 미리 설정된 숫자 키는 미리 정의된 하나 이상의 자리수를 갖는 숫자열이다. 특정 기능키는 통화 버튼 등을 포함한다. Here, the predetermined numeric key is a numeric string having one or more predefined digits. The specific function key includes a call button or the like.

미리 설정된 숫자 키는 숫자코드의 앞 또는 뒤에 위치되며, 특정 기능키는 숫자코드의 뒤에 위치하도록 조합 배열순서가 정의된다. 예컨대, 조합 배열순서는 [미리 설정된 숫자 키]+[숫자코드]+[특정 기능키] 또는 [숫자코드]+[미리 설정된 숫자 키]+[특정 기능키] 등을 포함할 수 있다. A pre-set number key is located before or after the numeric code, and a combination arrangement order is defined such that the specific function key is located after the numeric code. For example, the combination arrangement order may include [preset numeric key] + [numeric code] + [specific function key] or [numeric code] + [preset numeric key] + [specific function key].

*이에 따라, 지도 서비스 어플리케이션(100')은 사용자 단말(700)의 키 입력 화면 상에서 입력되는 키 입력들이 기정의된 조합 배열순서에 대응되는지 확인하고 조합 배열순서에 대응되면 자동 실행을 수행한다. Accordingly, the map service application 100 'confirms whether the key inputs inputted on the key input screen of the user terminal 700 correspond to the predetermined combination arrangement order, and executes the automatic execution if it corresponds to the combination arrangement order.

예를 들어 도 3을 참조하면, 사용자 단말(700)에 세 자리수를 갖는 '987' 숫자키(1)와, '924113911' 숫자코드(2), 통화버튼(3) 순으로 입력되면 지도 서비스 어플리케이션(100')이 자동 실행되고, '924113911' 숫자코드를 기반으로 조회하여 해당 '924113911'와 대응되는 지리적 위치 정보를 사용자 단말의 화면으로 표시된다. For example, referring to FIG. 3, when the '987' number key 1 having three digits, the '924113911' numeric code 2, and the call button 3 are sequentially input to the user terminal 700, And the geographical location information corresponding to the corresponding '924113911' is displayed on the screen of the user terminal by inquiring based on the numeric code '924113911'.

이때, 사용자 단말의 GPS 수신 기능이 켜져 있는 경우 지도 서비스 어플리케이션(100')이 사용자 단말의 현재 위치를 취득하고 현재 위치로부터 '924113911' 숫자코드에 대응되는 위치 정보로 경로를 안내할 수 있다. At this time, when the GPS receiving function of the user terminal is turned on, the map service application 100 'can acquire the current position of the user terminal and guide the path from the current position to the position information corresponding to the numeric code' 924113911 '.

도 4는 본 발명의 실시예에 따른 서비스 제공 서버 및 지도 서비스 어플리케이션의 구성도이다.4 is a configuration diagram of a service providing server and a map service application according to an embodiment of the present invention.

본 발명의 서비스 제공 서버(100) 및 지도 서비스 어플리케이션(도 2의 100')은 회원 가입부(110), 지도 정보 조회부(120), 숫자코드 생성부(130), 숫자코드 등록부(140), 지도 정보 제공부(150), 숫자코드 업데이트부(160)를 포함한다. The service providing server 100 and the map service application 100 'of the present invention include a member subscription unit 110, a map information inquiry unit 120, a numeric code generation unit 130, a numeric code registration unit 140, A map information providing unit 150, and a numerical code updating unit 160.

회원 가입부(110)는 본 발명의 서비스 이용을 위한 회원 가입을 등록한다. 회원 가입부(110)는 가입자들에게 회원 로그인을 위한 아이디와 비밀번호 계정을 부여하고, 가입자별로 하나 또는 하나 이상의 고유의 숫자코드를 부여하고 관리한다. The membership subscription unit 110 registers a subscription for use of the service of the present invention. The membership subscription unit 110 gives an ID and a password account for member login to subscribers, and assigns and manages one or more unique numeric codes for each subscriber.

지도 정보 조회부(120)는 사용자 단말로부터 지리적 위치를 나타내는 위치 정보를 입력받고 입력받은 위치 정보에 기초하여 지도 정보 데이터베이스 서버(200)를 조회하여 등록하려는 위치를 검색한다. The map information inquiry unit 120 receives location information indicating a geographical location from a user terminal, searches the map information database server 200 based on the received location information, and searches for a location to be registered.

지도 정보 조회부(120)는 기존 지도 정보에 대하여 숫자코드를 부여하기 위해 등록하려는 위치를 조회하는 것으로, 도 4에서는 구체적으로 도시하지는 않았으나 지도 정보 데이터베이스 서버(200)뿐만 아니라 숫자코드 데이터베이스(300)와도 연계될 수 있다. 따라서, 지도 정보 조회부(120)는 지리적 위치를 나타낸 주소 정보, GPS 좌표 정보, 기 등록된 숫자코드, 상호명 등을 이용하여 조회가 가능하다. The map information inquiry unit 120 inquires the location to be registered in order to give a numerical code to the existing map information. Although not shown in detail in FIG. 4, the map information inquiry unit 120 not only includes the map information database server 200, Can also be associated with. Therefore, the map information inquiry unit 120 can inquire using the address information indicating the geographical position, the GPS coordinate information, the pre-registered numeric code, the business name, and the like.

숫자코드 등록부(140)는 지도 정보 조회부(120)를 통해 조회된 위치 정보에 대하여 고유의 숫자코드를 입력받고, 숫자코드와 조회된 위치 정보를 매칭하여 숫자코드 데이터베이스(300)에 등록한다. The numeric code registration unit 140 receives a unique numeric code for the location information inquired through the map information inquiry unit 120, and registers the numeric code and the inquired location information in the numeric code database 300.

지도 정보 제공부(150)는 숫자코드 데이터베이스(300)와 연동하여 숫자코드 데이터베이스(300)에 등록된 숫자코드와 함께 지도 정보를 제공한다. 이때 지도 정보 제공부(150)는 개방 API를 이용하여 외부의 네비게이션 소프트웨어가 숫자코드 데이터베이스(300)를 사용할 수 있도록 개방한다. 또, 지도 정보 제공부(150)는 TPEG(Transport Protocol Expert Group)를 이용하여 차량 항법 장치와 같이 온라인으로 연결되지 않은 단말에 숫자코드의 등록 정보를 거의 실시간으로 알려 최신 정보를 갱신하도록 유도할 수 있다. The map information providing unit 150 provides the map information together with the numeric code registered in the numerical code database 300 in cooperation with the numeric code database 300. At this time, the map information providing unit 150 opens the external navigation software so that the numeric code database 300 can be used by using the open API. In addition, the map information providing unit 150 can use the Transport Protocol Expert Group (TPEG) to induce the terminals that are not connected on-line, such as the car navigation system, to register the numeric code registration information in near real- have.

숫자코드 생성부(130)는 지도 정보 조회부(120)를 통해 등록하려는 위치가 조회되면 알고리즘을 통해 조회된 위치 정보를 참조하여 숫자만을 조합한 고유의 숫자코드를 자동 생성한다. 또, 숫자코드 생성부(130)는 지도 정보 조회부(120)를 통해 등록하려는 위치가 조회되면 사용자 단말로부터 사용자가 임의로 지정한 숫자를 입력받고, 알고리즘을 통해 사용자가 임의로 지정한 숫자를 조합하여 고유의 숫자코드를 자동 생성할 수 있다. When the location to be registered is inquired through the map information inquiry unit 120, the numeric code generation unit 130 automatically generates a unique numeric code combining only numbers by referring to the location information inquired through the algorithm. When the position to be registered is inquired through the map information inquiry unit 120, the numeric code generation unit 130 receives the number designated by the user from the user terminal and combines the numerical values arbitrarily designated by the user through the algorithm, You can automatically generate a numeric code.

숫자코드는 한 자리 이상의 숫자로 조합되고 통상 10자리 이내로 제한할 수 있다. 또는 다양한 지점을 표시하기 위해 11자리 이상 제한없는 구조가 될 수 있다. 최초 생성하는 숫자코드의 구조의 예는 다음의 표와 같으며 숫자코드의 나열 방식은 서비스 제공 과정에서 다소 변화될 수 있다.Numeric codes are combined with one or more digits and can usually be limited to 10 digits. Or more than 11 digits to indicate various points. An example of the structure of the first numeric code is shown in the following table, and the numerical code listing method may be changed somewhat during the service providing process.

Figure pat00001
Figure pat00001

숫자코드는 지리적 위치 정보에 대하여 1:1로 대응되는 것을 원칙으로 한다. 그러나, 경우에 따라 하나의 지리적 위치 정보에 대하여 하나 이상의 숫자코드가 대응될 수 있다. 예를 들면, 특정 상점에 전화번호를 이용하여 9자리의 숫자코드가 부여되었지만 사용자가 4자리의 숫자코드를 부여하면 1개의 지점에 2개의 숫자코드가 부여된다. In principle, the numeric code corresponds to 1: 1 of the geographical location information. However, in some cases one or more numeric codes may be mapped to one geographic location information. For example, if a 9-digit numeric code is assigned to a particular store using a telephone number, but the user assigns a 4-digit numeric code, two numeric codes are assigned to one point.

위 표를 살펴보면, 숫자코드 생성부(130)는 지리적 위치 정보가 지번, 도로명 주소인 경우 지적도, 도로명 주소 등을 참조하여 10자리의 숫자코드를 부여할 수 있다. 또, 지리적 위치 정보가 주소가 부여되지 않은 넓은 지역인 경우에 대해서는 스마트폰 앱(지도 서비스 어플리케이션)을 이용하거나 특정 웹 사이트의 지도맵 상에서 등록하려는 위치에서 버튼을 누르면 그 지점의 GPS 좌표를 취득할 수 있다. GPS 좌표를 이용하여 숫자코드를 자동 생성할 수 있다. Referring to the table, the numeric code generation unit 130 may assign a numeric code of 10 digits with reference to geographical location information, a cadastral map, a road name address, and the like when the geographical location information is a street name address. In the case where the geographical location information is a wide area to which the address is not assigned, the GPS coordinates of the point are acquired by using a smartphone application (map service application) or by pressing a button at a position to be registered on a map map of a specific website . You can automatically generate a numeric code using GPS coordinates.

숫자코드 등록부(140)는 지도 정보 조회부(120)를 통해 조회된 위치 정보에 대하여 등록하려는 숫자코드를 입력받으면 입력받은 숫자코드가 숫자코드 데이터베이스(300)에 저장되어 있는지 여부를 확인한다. 숫자코드 데이터베이스(300)에 이미 저장되어 있으면 다른 숫자코드를 생성하거나 사용자가 원하는 숫자코드를 지정할 수 있도록 제공한다. When the numeric code registering unit 140 receives the numeric code to be registered with respect to the inquired location information through the map information inquiry unit 120, the numeric code registering unit 140 checks whether the numeric code is stored in the numeric code database 300. If it is already stored in the numeric code database 300, generates another numeric code or provides the user with a desired numeric code.

또한, 숫자코드 등록부(140)는 지도 정보 조회부(120)를 통해 조회된 위치 정보에 대하여 숫자코드 데이터베이스(300)이 이미 대응되는 숫자코드가 등록되어 있는 경우에도 추가적으로 숫자코드를 등록할 수 있다. 즉, 조회된 위치 정보에 대하여 등록하려는 숫자코드를 입력받으면 입력받은 숫자코드를 해당 위치 정보에 추가적으로 매칭할 것인지, 해당 위치 정보와 이미 대응되어 있는 숫자코드를 변경하여 매칭할 것인지를 사용자로부터 확인받아 등록할 수 있다. In addition, the numeric code registration unit 140 can additionally register the numeric code even when the numeric code database 300 is already registered in the numeric code database 300 with respect to the location information inquired through the map information inquiry unit 120 . That is, upon receiving the numeric code to be registered with respect to the inquired location information, the user confirms whether the inputted numeric code is additionally matched to the corresponding location information, or whether the numeric code already matched with the corresponding location information is changed and matched You can register.

숫자코드 업데이트부(160)는 고유의 숫자코드와 매칭되는 지리적 위치가 변경된 경우 변경할 위치 정보를 입력받고, 숫자코드 데이터베이스(300)에 고유의 숫자코드와 매칭되는 위치 정보만을 변경하여 업데이트할 수 있다. The numeric code update unit 160 receives the positional information to be changed when the geographical position matching with the unique numeric code is changed, and updates the positional information matched with the unique numeric code to the numeric code database 300 .

본 실시예에서, 숫자코드는 앞서 숫자코드 생성부(130)를 통해 일괄 부여하는 것과 개별 사용자들이 임의로 부여할 수 있다. 시스템 운영 체제가 부여하는 일괄 부여 방법은 주로 주소, 전화번호 등 공식화된 데이터베이스를 기반으로 부여하는 것이고, 개인 사용자가 부여하는 것은 필요에 의해 사용자가 임의로 부여하는 것이다. 따라서 일반적인 주소 체계처럼 모든 사람들에게 주소가 부여되는 것이 아니라 필요한 사람이 자신의 주소를 숫자코드로 등록하는 것이다. In the present embodiment, the numeric codes can be assigned to individual users through the numerical code generation unit 130, and can be given by individual users. The batch operation method given by the system operating system is mainly based on a formalized database such as an address and a telephone number, and what the individual user gives is arbitrarily given by the user as needed. Therefore, not everyone is given an address like a normal address system, but a person who needs to register his address with a numeric code.

이러한 숫자코드는 크게 두 가지 방식에 의해 전파될 수 있다. These numeric codes can be broadly propagated in two ways.

첫 번째는 숫자코드를 통해 주소를 조회할 수 있도록 숫자코드 데이터베이스 자체를 개방하고 사용할 수 있도록 하는 것이다. 숫자코드 데이터베이스를 활용하려는 기업이나 기관에 데이터베이스를 무료로 사용할 수 있도록 파일 형태로 제공하고 온라인 상에서는 API를 통해 숫자코드 데이터베이스를 사용할 수 있도록 한다. The first is to allow the numeric code database itself to be opened and used so that addresses can be queried through a numeric code. Provide the database to the companies or organizations that want to use the numeric code database as a file for free, and use the numeric code database via the API online.

두 번째는 사용자가 자신의 숫자코드를 전달하는 것이다. 사용자가 숫자코드를 사용하는 목적은 자신의 비즈니스를 위해 숫자코드를 생성하여 고객들이 쉽게 찾아올 수 있도록 하는 것이다 비즈니스를 하지 않는 개인이 숫자코드를 사용하는 목적은 주소검색의 편리성을 활용하기 위함이다. 또는 이사 등으로 거주지나 직장의 이동이 잦은 사용자가 택시 등을 이용할 때 그 주소를 편리하게 알려주기 위함이다. 자신이 부여한 숫자코드 상의 주소만 변경하면 하나의 번호(숫자코드)로 주소 정보를 사용할 수 있다. The second is that the user passes his numeric code. The purpose of using numeric codes is to generate numeric codes for their business so that customers can easily find them. The purpose of non-business individuals to use numeric codes is to take advantage of the convenience of address retrieval . This is to make it convenient for the user who frequently travels in his / her residence or workplace to travel by taxi or other means. If you change only the address on your numeric code, you can use the address information as a single number (numeric code).

따라서, 첫 번째의 경우는 데이터베이스 파일 제공이나 API를 통해 숫자코드 데이터베이스를 통해 접근할 수 있으며, 두 번째의 비즈니스를 영위하는 사용자는 명함을 통해 불특정 다수에게 알릴 수 있다. Therefore, the first case can be accessed via the numerical code database through the provision of the database file or the API, and the user conducting the second business can inform the unspecified number through the business card.

이하, 이상의 구성에 기초하여 숫자코드를 이용한 지도 정보 제공 방법에 대하여 설명한다. Hereinafter, a map information providing method using a numeric code will be described based on the above configuration.

도 5는 본 발명의 실시예에 따른 숫자코드를 이용한 지도 정보 제공 방법을 설명하는 전체 흐름도이고, 도 6은 본 발명의 실시예에 따른 숫자코드의 업데이트 방법을 설명하기 위한 흐름도이다. FIG. 5 is a flowchart illustrating a map information providing method using a numeric code according to an embodiment of the present invention. FIG. 6 is a flowchart illustrating a method of updating a numeric code according to an exemplary embodiment of the present invention.

먼저 도 5를 참조하면, S100 단계에서, 사용자 단말이 서비스 제공 서버와 연결되는 지정 웹 사이트에 접속하거나 또는 사용자 단말에 설치된 지도 서비스 어플리케이션을 통해 회원 로그인을 수행한다. 회원 로그인에 실패한 사용자는 S110 단계와 같이 회원 가입 과정을 거치도록 안내할 수 있다. Referring to FIG. 5, in step S100, a user terminal accesses a designated web site connected to a service providing server or performs a member login through a map service application installed in a user terminal. The user who fails to log in the member may be guided to go through the membership process as in step S110.

다음 S120 단계에서, 서비스 제공 서버 또는 지도 서비스 어플리케이션이 지리적 위치를 나타내는 위치 정보를 이용하여 등록하려는 위치를 조회한다. 지리적 위치를 나타낸 위치 정보는 사용자 단말로부터 입력받을 수 있으며, 주소 정보, GPS 좌표 정보, 상호명, 숫자 코드 등을 이용할 수 있다. In step S120, the service providing server or the map service application inquires the location to be registered using the location information indicating the geographical location. Location information indicating the geographical location can be input from the user terminal, and address information, GPS coordinate information, business name, numeric code, and the like can be used.

S140 단계에서, 서비스 제공 서버 또는 지도 서비스 어플리케이션이 등록하려는 위치 정보를 참조하여 등록할 고유의 숫자코드를 생성 및 입력받는다. 고유의 숫자코드는 서비스 제공 서버 또는 지도 서비스 어플리케이션이 등록하려는 위치 정보를 참조하여 숫자로만 조합한 숫자코드를 자동 생성할 수 있으며 또는 사용자가 임의 지정한 숫자를 조합하여 생성할 수 있다. In step S140, the service providing server or the map service application generates and inputs a unique numeric code to be registered by referring to the location information to be registered. The unique numeric code can automatically generate a numeric code combining only numbers by referring to the location information to be registered by the service providing server or the map service application, or can generate a combination of arbitrary designated numbers.

S160 단계에서, 서비스 제공 서버 또는 지도 서비스 어플리케이션이 입력받은 숫자코드와 등록하려는 위치 정보를 매칭하여 숫자코드 데이터베이스에 저장 및 등록한다. In step S160, the service providing server or the map service application matches and stores the inputted numeric code with the position information to be registered and stores it in the numeric code database.

이후, 도 6의 S200 단계와 같이 숫자코드 데이터베이스에 등록된 숫자코드 관련 정보를 변경할 수 있다. 즉, 서비스 제공 서버 또는 지도 서비스 어플리케이션이 정보 변경 요청이 있는지 확인한다. Thereafter, the numeric code related information registered in the numeric code database can be changed as in step S200 of FIG. That is, the service providing server or the map service application checks whether there is an information change request.

요청이 있으면 S210 단계에서, 서비스 제공 서버 또는 지도 서비스 어플리케이션이 숫자코드 데이터베이스 기 등록된 숫자코드를 조회한다. If there is a request, the service providing server or the map service application inquires the numeric code registered in the numeric code database in step S210.

S220 단계에서, 서비스 제공 서버 또는 지도 서비스 어플리케이션이 조회된 결과 기 등록된 숫자코드와 대응되는 지리적 위치 정보를 출력하여 화면에 표시한다.In step S220, the service providing server or the map service application outputs the geographical location information corresponding to the inquired numerical code registered as a result, and displays the geographical location information on the screen.

S230 단계에서, 서비스 제공 서버 또는 지도 서비스 어플리케이션이 표시된 화면에서 변경할 정보를 입력받는다. In step S230, the service providing server or the map service application receives information to be changed on the displayed screen.

S240 단계 및 S250 단계와 같이, 주소 정보를 입력받거나 숫자코드 정보를 입력받을 수 있다. As in steps S240 and S250, the address information may be input or the numeric code information may be input.

마지막으로 S260 단계에서, 주소 정보를 입력받은 경우 해당 숫자코드에 대응되는 지리적 위치 정보에 입력받으면 주소 정보를 갱신하여 업데이트하고, 숫자코드를 입력받은 경우 해당 숫자코드를 입력받은 숫자코드로 갱신하여 업데이트한다. Finally, in step S260, when the address information is input, the address information is updated and updated when the address information is input to the geographical location information corresponding to the numeric code. When the numeric code is input, the numeric code is updated to the inputted numeric code do.

이상의 과정들을 통해 본 발명은 숫자코드 데이터베이스에 숫자코드가 부여된 지도 정보를 제공할 수 있다. 이에 따라, 숫자코드를 이용하여 지도 정보를 검색하게 되면 도 7에서 나타난 바와 같이 숫자코드 적용 전 지도 정보 제공 시스템에서는 주소 등에 검색어인 숫자코드가 포함된 지리적 위치를 검색하여 보여주지만, 숫자코드가 적용된 본 발명의 지도 정보 제공 시스템은 숫자코드 데이터베이스에 등록된 숫자코드를 우선하여 검색하고 검색된 숫자코드와 대응되는 지리적 위치를 검색하여 보여준다. Through the above processes, the present invention can provide map information to which a numeric code is assigned to a numeric code database. Accordingly, if the map information is searched using the numeric code, as shown in FIG. 7, the map information providing system before the numeric code searches and displays the geographical location including the numeric code, which is a search word, The map information providing system according to the present invention searches for a numeric code registered in the numeric code database in preference to search for a geographical location corresponding to the numeric code found.

또한, 도 8에서 나타난 바와 같이 대학과 같은 대규모의 시설에 대해서도 부속건물마다 각기 다른 숫자코드를 부여함으로써 정확한 위치를 검색할 수 있다. 도시된 바와 같이 네비게이션에 '영남대 본부본관'을 입력하지 않고 '8100'을 입력하면 정확한 위치를 검색할 수 있다. 특히 숫자코드가 유용한 것은 일반적인 네비게이션 지도의 경우 건물 등의 지적도나 위치를 기반으로 탐색 경로를 제공하므로 실제 그 구성원이 주로 이용하는 출입구에 대한 정보를 제공할 수 없기 때문이다. 대학 건물의 위치는 제공되지만 출입구 등에 대한 정보가 없어 당황하는 경우가 많다.Also, as shown in FIG. 8, it is possible to retrieve the exact location by assigning a different numerical code to each building for a large-scale facility such as a university. As shown in the figure, if '8100' is inputted without inputting 'main building of Yeungnam University headquarters' in the navigation, it is possible to retrieve the exact position. Especially, numerical code is useful because general navigation map provides navigation path based on cadastral map or location of building, so it can not provide information about the entrance which is mainly used by the member. Although the location of the university building is provided, there are many cases of confusion because there is no information about the entrance.

또한, 도 9에 도시한 바와 같이 일상 생활에서 주소나 지점을 부여할 수 없는 장소에서 숫자코드를 이용하여 그 위치를 지정함으로써 세부 위치 검색이 가능하다. 예를 들어, 산에 조상을 모신 경우 '산71번지 조부님 산소' 이렇게 기록하면 찾아가는 것이 매우 어렵다. 이 경우 숫자코드를 적용하여 조부님 산소 앞에서 GPS 위치를 취득하고 숫자코드를 부여하면 자손들이 조부님 산소를 쉽게 찾을 수 있게 된다. 뿐만 아니라, GPS를 활용한 숫자코드 부여는 주소가 부여되어 있지 않은 산, 들, 호구인근 등에 숫자코드를 섹터별로 부여하여 안전사고 발생 시 구조부서 등에서 신속히 대처할 수 있다.In addition, as shown in FIG. 9, it is possible to perform a detailed position search by designating the position using a numeric code in a place where an address or a point can not be given in everyday life. For example, if you have an ancestor in the mountain, it is very difficult to find it when you write "San 71 Sangbu Oxygen". In this case, applying a numeric code to get the GPS position in front of my grandparents' oxygen and assigning a numeric code will make it easier for offspring to find my grandfather's oxygen. In addition, the numeric code using GPS can be applied to the mountains, fields, and huts where the address is not assigned.

이하, 숫자코드를 등록하는 과정에서, 숫자코드를 자동 생성하는 다양한 방법을 설명한다. Hereinafter, various methods of automatically generating a numeric code in the course of registering a numeric code will be described.

도 10 및 도 11은 주소를 이용하여 숫자코드를 등록하는 방법, 이와 관련된 사용자 단말의 설정화면을 나타낸 도면이다.10 and 11 show a method of registering a numeric code using an address and a setting screen of a user terminal related to the method.

먼저 S300 단계에서, 서버 또는 어플리케이션의 지도 정보 조회부가 사용자 단말로부터 주소 정보를 입력받고 입력받은 주소 정보에 기초하여 등록하려는 위치를 조회한다. First, in step S300, the map information inquiry unit of the server or application receives the address information from the user terminal and inquires the location to register based on the received address information.

예컨대, 주소 정보는 도 11에 도시한 바와 같이 우편번호 검색 화면을 통해 지번 주소 또는 도로명 주소를 입력하고 검색하는 과정을 통해 입력될 수 있다. For example, as shown in FIG. 11, the address information may be input through a process of inputting and retrieving a lot number address or a road name address through a postal code search screen.

S310 단계에서, 지도 정보 조회부가 등록하려는 주소를 선택한다.In step S310, the map information inquiry unit selects an address to be registered.

S320 단계에서, 숫자코드 생성부가 선택된 주소 정보를 참조하여 숫자로만 조합된 숫자코드를 생성하고 이를 숫자코드 등록부로 전달한다. In step S320, the numeric code generation unit refers to the selected address information, generates a numeric code combined only in numerals, and transmits the numeric code to the numeric code registration unit.

S330 단계에서, 숫자코드 등록부가 입력받은 숫자코드에 대하여 숫자코드 데이터베이스에 이미 등록된 숫자코드인지 여부를 확인한다.In step S330, the numeric code registration unit checks whether the numeric code input is a numeric code already registered in the numeric code database.

이미 등록된 숫자코드이면 S320 단계로 리턴하여 이전에 생성한 숫자코드와 다른 숫자코드를 생성하고 이를 숫자코드 등록부로 전달한다. If it is a registered numeric code, the process returns to step S320 to generate a numeric code different from the previously generated numeric code, and transmits it to the numeric code registration unit.

등록되어 있지 않으면 S340 단계와 같이 사용자 확인 후 숫자코드와 선택된 주소 정보를 매칭하여 숫자코드 데이터베이스에 저장한다. If it is not registered, a numeric code and the selected address information are matched with each other after the user confirmation as in step S340, and stored in the numeric code database.

도 12 및 도 13은 GPS좌표를 이용하여 숫자코드를 등록하는 방법, 이와 관련된 사용자 단말의 설정화면을 나타낸 도면이다. 12 and 13 show a method of registering a numeric code using GPS coordinates and a setting screen of a user terminal related to the method.

S400 단계에서, 스마트폰이나 지정 웹 사이트의 지도맵을 이용하여 등록하려는 위치의 GPS 좌표를 획득한다. 일 예로, 도 13에는 영남대학교 경산캠퍼스의 GPS 좌표를 취득한 화면을 보여주고 있다. In step S400, the GPS coordinates of the location to be registered are acquired using the map map of the smart phone or the designated web site. For example, FIG. 13 shows a screen for acquiring the GPS coordinates of Yeonnam University Gyeongsan campus.

다음 S410 단계에서, 숫자코드 생성부가 획득한 GPS 좌표 정보를 참조하여 숫자로만 조합된 숫자코드를 생성하고 이를 숫자코드 등록부로 전달한다. In the next step S410, the numeric code generation unit generates a numeric code combined with numerals by referring to the GPS coordinate information acquired, and transmits the numeric code to the numeric code registration unit.

S420 단계에서, 숫자코드 등록부가 입력받은 숫자코드에 대하여 숫자코드 데이터베이스에 이미 등록된 숫자코드인지 여부를 확인한다.In step S420, the numeric code registration unit checks whether the numeric code received is a numeric code already registered in the numeric code database.

이미 등록된 숫자코드이면 S410 단계로 리턴하여 이전에 생성한 숫자코드와 다른 숫자코드를 생성하고 이를 숫자코드 등록부로 전달한다. If it is a registered numeric code, the process returns to step S410 and generates a numeric code different from the previously generated numeric code, and transmits the numeric code to the numeric code registration unit.

등록되어 있지 않으면 S430 단계와 같이 사용자 확인 후 숫자코드와 GPS 좌표 정보를 매칭하여 숫자코드 데이터베이스에 저장한다. If it is not registered, a numeric code and GPS coordinate information are matched and stored in the numeric code database after user confirmation as in step S430.

도 14 및 도 15은 숫자코드를 이용하여 숫자코드를 추가 등록하는 방법, 이와 관련된 사용자 단말의 설정화면을 나타낸 도면이다. 14 and 15 are diagrams showing a method of additionally registering a numeric code using a numeric code and a setting screen of a user terminal related to the method.

처음 S500 단계에서, 사용자 단말이 사용자 조회 화면에서 등록하려는 위치로서 숫자코드를 입력하면, 다음 S510 단계에서 지도 정보 조회부가 사용자 단말로부터 입력받은 숫자코드를 조회하여 숫자코드에 대응되는 지리적 위치를 화면에 표시한다. 도 15에는 숫자코드 '20314310'에 대응되는 지리적 위치가 '영남대학교 경산캠퍼스'임을 보여주고 있다. In step S500, when the user terminal inputs a numeric code as a location to be registered on the user inquiry screen, the map information inquiry part inquires the numeric code input from the user terminal in step S510 and displays the geographical location corresponding to the numeric code on the screen Display. FIG. 15 shows that the geographical location corresponding to the numerical code '20314310' is 'Kyungsan campus of Youngnam University.'

다음 S520 단계와 같이, 해당 지리적 위치가 맞는지 사용자의 확인을 받는다.It is confirmed by the user whether the geographical position is correct, as in step S520.

다음 S530 단계에서, 숫자코드 생성부가 이전 숫자코드와 다른 신규 숫자코드를 생성하고 입력한다. 이때, 숫자코드 생성부는 사용자가 임의 지정한 숫자를 조합하여 생성할 수 있다. In step S530, the numeric code generation unit generates and inputs a new numeric code different from the previous numeric code. At this time, the numeric code generation unit can generate a combination of numbers designated by the user.

다음 S540 단계에서, 숫자코드 등록부는 숫자코드 생성부를 통해 생성된 숫자코드가 숫자코드 데이터베이스에 이미 등록된 숫자코드인지 여부를 확인한다.In step S540, the numeric code register confirms whether the numeric code generated by the numeric code generator is a numeric code already registered in the numeric code database.

이미 등록된 숫자코드이면 S530 단계로 리턴하여 이전에 생성한 숫자코드와 다른 숫자코드를 생성하고 이를 숫자코드 등록부로 전달한다. If it is a registered numeric code, the process returns to step S530 to generate a numeric code different from the previously generated numeric code, and transmits it to the numeric code registration unit.

등록되어 있지 않으면 S550 단계와 같이 사용자 확인 후 신규 숫자코드 '4310'와 이전 숫자코드 '20314310'를 매칭하여 숫자코드 데이터베이스에 저장한다. If it is not registered, the new numeric code '4310' and the previous numeric code '20314310' are matched and stored in the numeric code database after user confirmation as in step S550.

이상의 설명은 본 발명을 예시적으로 설명한 것에 불과하며, 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 본 발명의 기술적 사상에서 벗어나지 않는 범위에서 다양한 변형이 가능할 것이다. 따라서 본 발명의 명세서에 개시된 실시 예들은 본 발명을 한정하는 것이 아니다. 본 발명의 범위는 아래의 특허청구범위에 의해 해석되어야 하며, 그와 균등한 범위 내에 있는 모든 기술도 본 발명의 범위에 포함되는 것으로 해석해야 할 것이다. The foregoing description is merely illustrative of the present invention, and various modifications may be made by those skilled in the art without departing from the spirit of the present invention. Accordingly, the embodiments disclosed in the specification of the present invention are not intended to limit the present invention. The scope of the present invention should be construed according to the following claims, and all the techniques within the scope of equivalents should be construed as being included in the scope of the present invention.

100: 서비스 제공 서버 200: 지도 정보 데이터베이스 서버
300: 숫자코드 데이터베이스 400: API
500: 차량 항법 서버 600: 지도 검색 엔진
700: 사용자 단말 100': 지도 서비스 어플리케이션
110: 회원 가입부 120: 지도 정보 조회부
130: 숫자코드 생성부 140: 숫자코드 등록부
150: 지도 정보 제공부 160: 숫자코드 업데이트부
100: service providing server 200: map information database server
300: Numeric code database 400: API
500: Car Navigation Server 600: Map Search Engine
700: user terminal 100 ': map service application
110: Member subscription unit 120: Map information inquiry unit
130: Numeric code generation unit 140: Numeric code registration unit
150: map information providing unit 160: numeric code updating unit

Claims (1)

지리적 위치별로 고유의 숫자코드를 포함하여 지도 정보를 저장하는 숫자코드 데이터베이스; 및
상기 숫자코드 데이터베이스와 연동하는 서비스 제공 서버
를 포함하고,
상기 서비스 제공 서버는
사용자 단말로부터 상기 지리적 위치를 나타내는 위치 정보를 입력받고 입력받은 위치 정보에 기초하여 등록하려는 위치를 조회하는 지도 정보 조회부;
상기 지도 정보 조회부를 통해 조회된 위치 정보에 대하여 고유의 숫자코드를 입력받고 상기 숫자코드와 상기 조회된 위치 정보를 매칭하여 상기 숫자코드 데이터베이스에 등록하는 숫자코드 등록부;
상기 숫자코드 데이터베이스와 연동하여 상기 숫자코드 데이터베이스에 등록된 숫자코드와 함께 지도 정보를 제공하되, API(Application Programming Interface)를 이용하여 외부 차량 항법 서버 또는 지도 검색 엔진이 상기 숫자코드 데이터베이스에 저장된 지도 정보를 이용할 수 있도록 제공하고, TPEG(Transport Protocol Expert Group)를 이용하여 온라인으로 연결되지 않은 단말에 숫자코드의 등록 정보를 실시간으로 알려 최신 정보를 갱신하도록 유도하는 지도 정보 제공부;
상기 위치 정보가 주소가 부여되지 않은 지리적 위치를 나타내는 경우, 특정 웹 사이트의 지도맵 상에서 상기 주소가 부여되지 않은 지리적 위치를 위치 입력 버튼의 클릭을 통해 상기 등록하려는 위치로서 입력하고, 상기 입력된 위치에 해당하는 지점의 GPS 좌표를 취득하여 상기 주소가 부여되지 않은 지리적 위치에 부여되는 고유의 숫자코드를 상기 GPS 좌표 기반의 숫자 조합으로 생성하는 숫자코드 생성부; 및
상기 고유의 숫자코드와 매칭되는 지리적 위치가 변경된 경우 변경할 위치 정보를 입력받고 상기 숫자코드 데이터베이스에 상기 고유의 숫자코드와 매칭되는 위치 정보만을 변경하여 업데이트하는 숫자코드 업데이트부;
를 포함하는 것을 특징으로 하는 숫자코드를 이용한 지도 정보 제공 시스템.
A numeric code database storing map information including a unique numeric code for each geographical location; And
A service providing server interworking with the numeric code database
Lt; / RTI >
The service providing server
A map information inquiry unit that receives location information indicating the geographical location from a user terminal and inquires a location to be registered based on the received location information;
A numeric code registration unit for receiving a unique numeric code for the location information inquired by the map information inquiry unit and for matching the numeric code with the inquired location information and registering the numeric code in the numeric code database;
And the map information is provided together with the numeric code registered in the numeric code database in cooperation with the numeric code database, wherein an external car navigation server or a map search engine uses an API (Application Programming Interface) A map information providing unit for providing information on registration of a numeric code to a terminal not connected on-line using TPEG (Transport Protocol Expert Group) in real time to update the latest information;
When the location information indicates a geographical location to which an address is not assigned, a geographical location to which the address is not assigned on a map map of a specific web site is input as a location to be registered through a click of a location input button, And generating a unique numerical code assigned to a geographical location to which the address is not assigned, based on the GPS coordinate based number combination; And
A numeric code update unit for receiving location information to be changed when the geographical location matching with the unique numeric code is changed, and changing and updating only the location information matched with the unique numeric code to the numeric code database;
And a map information providing system for providing the map information using the numeric code.
KR1020170118353A 2017-09-15 2017-09-15 System and method for providing geographic information using address code KR20180016325A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020170118353A KR20180016325A (en) 2017-09-15 2017-09-15 System and method for providing geographic information using address code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020170118353A KR20180016325A (en) 2017-09-15 2017-09-15 System and method for providing geographic information using address code

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
KR1020160099410 Division 2016-08-04

Publications (1)

Publication Number Publication Date
KR20180016325A true KR20180016325A (en) 2018-02-14

Family

ID=61229502

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020170118353A KR20180016325A (en) 2017-09-15 2017-09-15 System and method for providing geographic information using address code

Country Status (1)

Country Link
KR (1) KR20180016325A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20240025230A (en) 2022-08-18 2024-02-27 (주)감소프트 Poi displaying method on map

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20240025230A (en) 2022-08-18 2024-02-27 (주)감소프트 Poi displaying method on map

Similar Documents

Publication Publication Date Title
US20050203698A1 (en) Navigation system using POI code numbers, and operating system and method therefor
US20080133124A1 (en) Location Codes for Destination Routing
WO2003063521A2 (en) Routing framework
JP2001023076A (en) Portable terminal with passenger navigation function
US20010044754A1 (en) Information providing system, information providing method, and display control method
US20120016585A1 (en) Method and tour planner for planning tour for a group
JP4290722B2 (en) Information management server, communication device between portable terminals, portable terminal, and information providing method
JP2014134515A (en) Guide system, server, terminal device, guide method, and program
CN109164923B (en) Method and device for recommending candidate words by input method, computer equipment and storage medium
JP2003006225A (en) Information providing method, information providing device, and terminal therefor
JP5839978B2 (en) Navigation device
CN116204733A (en) Multi-destination viewing method and device, device for viewing and storage medium
JP4335611B2 (en) Location information providing method and location information providing program
KR20180016325A (en) System and method for providing geographic information using address code
Singh et al. Design and implementation of a location–based multimedia mobile tourist guide system
KR20180075795A (en) System and method for providing geographic information using gps information and user definition code
KR20090008847A (en) System for providing travel information and method for providing travel information using it
JP2001243251A (en) Automatic preparing system of telephone number list data
JP2013057606A (en) Map display device
JP2006343939A (en) Peripheral condition property retrieval system, peripheral condition property retrieval server, and terminal device
KR100946366B1 (en) GPS-based guiding route system
JP2001350905A (en) Device, system and method for managing customer information and recording medium
KR100534070B1 (en) Method for managing position data and system thereof
JP2005172524A (en) Position information register search system, a position information register search server, and a position information register search method
KR20020038651A (en) System and Method for finding target-related information using location code

Legal Events

Date Code Title Description
A107 Divisional application of patent