en
Deutsch Deutsch English English
You are not logged in. Please log in now.
 
 
Forgot password |  Send registration mail again |  Create account

    Twick.it-Blog

    find_topics_nearby

    Markus Möller

    URL:

    http://twick.it/interfaces/api/find_topics_nearby.xml

    http://twick.it/interfaces/api/find_topics_nearby.json

    Function:

    Retrieves all topics that are located nearby a position, which is specitied by a geo coordinate (latitude and longitude). The distance between the given position an the position of he topic is return at the tag called distance.

    Parameters:

    optional/required Values Default Description
    latitude required Gleitkommazahl Breitengrad im Gradmaß. Positive Werte bedeuten Norden, negative Werte Süden.
    longitude required Gleitkommazahl Längengrad im Gradmaß. Positive Werte bedeuten Osten, negative Werte Westen.
    radius optional Ganzzahlen > 0 10000 Der Radius in Metern, in dem gesucht werden soll.
    limit optional Ganzzahlen > 0 250 Die Anzahl der Twicks, die zurückgegeben werden sollen.
    lng optional "de", "en" Sprache des Browsers Sprache, in der gesucht werden soll.

    Output (XML):

    http://twick.it/interfaces/api/find_topics_nearby.xml?latitude=50.875556&longitude=8.016667&radius=15000&limit=2

    <?xml version="1.0" encoding="utf-8"?>
    <result>
      <query>type=xml&latitude=50.875556&longitude=8.016667&radius=15000&limit=2</query>
      <topics>
        <topic>
          <distance>0</distance>
          <id>160</id>
          <title>Siegen</title>
          <url>http://twick.it/de/Siegen</url>
          <geo>
            <latitude>50.8756</latitude>
            <longitude>8.01667</longitude>
          </geo>
          <tags>
            <tag count="5">stadt</tag>
            <tag count="3">nrw</tag>
            <tag count="3">südwestfalen</tag>
            <tag count="3">kreis siegen wittgenstein</tag>
            <tag count="2">westfalen</tag>
            <tag count="2">einwohnern</tag>
            <tag count="2">siegerland</tag>
            <tag count="2">universitätsstadt</tag>
            <tag count="2">oberzentrum</tag>
            <tag count="1">besitzt</tag>
          </tags>
        </topic>
        <topic>
          <distance>209.31845068445</distance>
          <id>5935</id>
          <title>Apollo-Theater (Siegen)</title>
          <url>http://twick.it/de/Apollo-Theater-(Siegen)</url>
          <geo>
            <latitude>50.8739</latitude>
            <longitude>8.01806</longitude>
          </geo>
          <tags>
            <tag count="1">ensemble</tag>
            <tag count="1">ohne</tag>
            <tag count="1">führt</tag>
            <tag count="1">pro</tag>
            <tag count="1">bespieltheater</tag>
            <tag count="1">festes</tag>
            <tag count="1">spielzeit</tag>
            <tag count="1">intendant</tag>
            <tag count="1">drei</tag>
            <tag count="1">magnus</tag>
          </tags>
        </topic>
      </topics>
    </result>

    Output (JSON):

    http://twick.it/interfaces/api/find_topics_nearby.json?latitude=50.875556&longitude=8.016667&radius=15000&limit=2

    {
      "query" : "type=json&latitude=50.875556&longitude=8.016667&radius=15000&limit=2",
      "topics" : [
        {
          "distance" : 0,
          "id" : "160",
          "title" : "Siegen",
          "url" : "http://twick.it/de/Siegen",
          "geo" : {
            "latitude" : 50.8756,
            "longitude" : 8.01667
          },
          "tags" : [
            {
              "tag" : "stadt",
              "count" : "5"
            },
            {
              "tag" : "nrw",
              "count" : "3"
            },
            {
              "tag" : "südwestfalen",
              "count" : "3"
            },
            {
              "tag" : "kreis siegen wittgenstein",
              "count" : "3"
            },
            {
              "tag" : "westfalen",
              "count" : "2"
            },
            {
              "tag" : "einwohnern",
              "count" : "2"
            },
            {
              "tag" : "siegerland",
              "count" : "2"
            },
            {
              "tag" : "universitätsstadt",
              "count" : "2"
            },
            {
              "tag" : "oberzentrum",
              "count" : "2"
            },
            {
              "tag" : "besitzt",
              "count" : "1"
            }
          ]
        },
         {
          "distance" : 209.31845068445,
          "id" : "5935",
          "title" : "Apollo-Theater (Siegen)",
          "url" : "http://twick.it/de/Apollo-Theater-(Siegen)",
          "geo" : {
            "latitude" : 50.8739,
            "longitude" : 8.01806
          },
          "tags" : [
            {
              "tag" : "ensemble",
              "count" : "1"
            },
            {
              "tag" : "ohne",
              "count" : "1"
            },
            {
              "tag" : "führt",
              "count" : "1"
            },
            {
              "tag" : "pro",
              "count" : "1"
            },
            {
              "tag" : "bespieltheater",
              "count" : "1"
            },
            {
              "tag" : "festes",
              "count" : "1"
            },
            {
              "tag" : "spielzeit",
              "count" : "1"
            },
            {
              "tag" : "intendant",
              "count" : "1"
            },
            {
              "tag" : "drei",
              "count" : "1"
            },
            {
              "tag" : "magnus",
              "count" : "1"
            }
          ]
        }
      ]
    }
    
    <query>type=xml&amp;latitude=50.875556&amp;longitude=8.016667&amp;radius=15000&amp;limit=2</query>
    <topics>
    <topic>
    <distance>0</distance>
    <id>160</id><title>Siegen</title>
    <url>http://twick.it/de/Siegen</url>
    <geo>
    <latitude>50.8756</latitude>
    <longitude>8.01667</longitude>
    </geo>
    <tags>
    <tag count="5">stadt</tag>
    <tag count="3">nrw</tag>
    <tag count="3">südwestfalen</tag>
    <tag count="3">kreis siegen wittgenstein</tag>
    <tag count="2">westfalen</tag>
    <tag count="2">einwohnern</tag>
    <tag count="2">siegerland</tag>
    <tag count="2">universitätsstadt</tag>
    <tag count="2">oberzentrum</tag>
    <tag count="1">besitzt</tag>
    </tags>
    </topic>
    <topic>
    <distance>209.31845068445</distance>
    <id>5935</id>
    <title>Apollo-Theater (Siegen)</title>
    <url>http://twick.it/de/Apollo-Theater-(Siegen)</url>
    <geo>
    <latitude>50.8739</latitude>
    <longitude>8.01806</longitude>
    </geo>
    <tags>
    <tag count="1">ensemble</tag>
    <tag count="1">ohne</tag>
    <tag count="1">führt</tag>
    <tag count="1">pro</tag>
    <tag count="1">bespieltheater</tag>
    <tag count="1">festes</tag>
    <tag count="1">spielzeit</tag>
    <tag count="1">intendant</tag>
    <tag count="1">drei</tag>
    <tag count="1">magnus</tag>
    </tags>
    </topic>
    </topics>

    <query>type=xml&amp;latitude=50.875556&amp;longitude=8.016667&amp;radius=15000&amp;limit=2</query>
    <topics>
    <topic>
    <distance>0</distance>
    <id>160</id>

    <title>Siegen</title>
    <url>http://twick.it/de/Siegen</url>
    <geo>
    <latitude>50.8756</latitude>
    <longitude>8.01667</longitude>
    </geo>
    <tags>
    <tag count="5">stadt</tag>
    <tag count="3">nrw</tag>
    <tag count="3">südwestfalen</tag>
    <tag count="3">kreis siegen wittgenstein</tag>
    <tag count="2">westfalen</tag>
    <tag count="2">einwohnern</tag>
    <tag count="2">siegerland</tag>
    <tag count="2">universitätsstadt</tag>
    <tag count="2">oberzentrum</tag>
    <tag count="1">besitzt</tag>
    </tags>
    </topic>
    <topic>
    <distance>209.31845068445</distance>
    <id>5935</id>
    <title>Apollo-Theater (Siegen)</title>
    <url>http://twick.it/de/Apollo-Theater-(Siegen)</url>
    <geo>
    <latitude>50.8739</latitude>
    <longitude>8.01806</longitude>
    </geo>
    <tags>
    <tag count="1">ensemble</tag>
    <tag count="1">ohne</tag>
    <tag count="1">führt</tag>
    <tag count="1">pro</tag>
    <tag count="1">bespieltheater</tag>
    <tag count="1">festes</tag>
    <tag count="1">spielzeit</tag>
    <tag count="1">intendant</tag>
    <tag count="1">drei</tag>
    <tag count="1">magnus</tag>
    </tags>
    </topic>
    </topics>



    Created at 17.07.2010 | Comments (0)

    No Comments


    Leave a comment

     
     

    Submit Comment
     

    Categories:

    • General
    • Official
    • Tips4Twicks

    Pages:

    • FAQ
    • Concept
    • Charter
    • Terms
    • Article overview
    • Press
    • Press reviews
    • Photos
    • For developers / API
    • REST-API
    • explain
    • favorites
    • find_topic_by_tag
    • find_topic
    • find_topics_nearby
    • find_twick
    • find_twicks_from_user
    • find_user
    • latest_twicks
    • random_twick
    • random_topic
    • search_twick
    • PHP
    • Twitter
    • Imprint

    Search:


    Search

    Comments:

    • Cowboy: Long time since I heard that one.
    • Helen Ryan: Smarty Pants Andy Pandy ...

    Tag-Cloud

    140 characters augmented reality awards CeBIT competition concept definitions encyclopaedia explanations information theory knowledge microblogging press social glossary Tool Tip Twitter Twittwoch Webciety Wikipedia Wikitude

    WP-Cumulus by Roy Tanck and Luke Morton requires Flash Player 9 or better.

    2D

    140 characters augmented reality awards CeBIT competition concept definitions encyclopaedia explanations information theory knowledge microblogging press social glossary Tool Tip Twitter Twittwoch Webciety Wikipedia Wikitude
    3D

    RSS

    • Blog posts
    • Comments
    Tweet

    No responsibility is taken for the correctness of this information. Creative Commons License

    > FAQ > Charta

    > API documentation > Tops4Twicks

    > Twitter > Support

    > Terms > Imprint

    > Press > Mobile website