Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Returns a list of geo suggestions based the sentence/query search fragment passed in (eg what the user has typed so far into a query box).

...

Arguments

fragment (required)
One A comma separated string of lat,lng (e.g. 10.5,-36.2) or one or more words (the last word can also be a fragment), which are "fuzzily" compared against known geotags stored in Infinit.eCommunity Edition.

Note

Currently the reverse lookup of geotags by a location name is not yet implemented.


community ID list (required)
The list of community IDs or community ID - regex in the URL controls which sources the query will use. Obviously the logged-in user must have access rights to those communities. A user's communities can be viewed using the "person/get" API call.

Example

http://infinite.ikanow.com/api/knowledge/feature/geoSuggest/madagas10,40/4c927585d591d31d7b37097a

Example Response
Info
Code Block
languagejavascript
 {
    "response": {
        "action": "Suggestions Geo",
        "success": true,
        "message": "obam10,40",
        "time": 0
    },
    "data": {
        "dimensions": [
            {
   
            "dimensionvalue": "Whoabomsa, Ethiopia",

               "valuegeotag": "Barack{
Obama",                 "typelat": "Person"
            }9.9833333,
            {    "lon": 39.9833333
           "dimension": "Who" },
                "value"ontology_type": "Obamacity",
                "typescore": "Person"
  0.02357027318000497
         },
            {
                "dimensionvalue": "Whoabonsa, Ethiopia",

               "valuegeotag": "Obama administration",{
                "typelat": "Organization"
            }9.9833333,
            {    "lon": 39.9833333
           "dimension": "Who",
 },
               "value"ontology_type": "Michelle Obamacity",
   
            "typescore": "Person"
   0.02357027318000497
        },
   
        {
                "dimensionvalue": "Whomafud, Ethiopia",
   
            "valuegeotag": "Barack{
Obama's administration",                 "typelat": "Organization"
            }9.9666667,
            {    "lon": 39.9666667
           "dimension": "Who",
 },
               "value"ontology_type": "Obama Marine Co., Ltdcity",
                "typescore": "Company"
   0.047140404938653305
        },
 
          {
                "dimensionvalue": "Whomahfud, Ethiopia",
 
              "valuegeotag": "Obama's administration",{
                "typelat": "Organization"
            }9.9666667,
            {    "lon": 39.9666667
           "dimension": "Who" },
                "value"ontology_type": "Barack Hussein Obamacity",
 
              "typescore": "Person"
   0.047140404938653305
        },
 
          {
                "dimensionvalue": "Whomakfud, Ethiopia",
   
            "valuegeotag": "Barak Obama",{
                "typelat": "Person"
            }9.9666667,
            {    "lon": 39.9666667
           "dimension": "Who",
    },
            "valueontology_type": "Obama  administrationcity",
   
            "typescore": "Organization"0.047140404938653305
            },
            {
  
             "dimensionvalue": "Whohidi, Ethiopia",

               "valuegeotag": "Obama{
Victory Fund",
                "typelat": "Organization"
            }9.9333333,
            {    "lon": 40
           "dimension": "Who" },
                "value"ontology_type": "Barack Obama administrationcity",
                "typescore": "Organization"0.06666670000000074
            },
   
        {
   
            "dimensionvalue": "Whomedina, Ethiopia",
                "valuegeotag": "Barack  Obama",{
                "typelat": "Person"
            }9.9333333,
            {    "lon": 39.9833333
           "dimension": "What",
    },
            "valueontology_type": "Obama campcity",
                "typescore": "Facility"
   0.0687184675162373
        },
            {
   
            "dimensionvalue": "Whokubalge, Ethiopia",
  
             "valuegeotag": "Obama?s administration",
{
                "typelat": "Organization"
            }10.0666667,
            {    "lon": 39.95
           "dimension": "Who" },
                "value"ontology_type": "Barack Obama?s administrationcity",
                "typescore": "Organization"
   0.0833333600000013
        },
            {
   
            "dimensionvalue": "Whoabaye at'ir, Ethiopia",
                "valuegeotag": "Obama Speaks",{
                "typelat": "Person"
            }9.9166667,
            {    "lon": 40.0166667
           "dimension": "Who",
    },
            "valueontology_type": "Obama's Councilcity",
                "typescore": "Organization"
   0.08498363241107076
        },

           {
                "dimensionvalue": "Whoabaye at'r, Ethiopia",
                "valuegeotag": "the{
author of Obama's Challenge",
                "typelat": "Position"
            }9.9166667,
            {    "lon": 40.0166667
           "dimension": "Who",
    },
            "valueontology_type": "Obama Administrationcity",

               "typescore": "Company"
   0.08498363241107076
        }
   
    ]
    }
}