de
Deutsch Deutsch English English
Du bist nicht angemeldet. Melde Dich jetzt an.
 
Passwort vergessen |  Registrierungsmail erneut senden |  Neues Benutzerkonto

    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

    Funktion:

    Liefert alle Themen, die sich in der nähe einer Position befinden, die über Geokoordinaten (Breiten- und Längengrad) bestimmt wird. Die Entfernung von der angegeben Position bis zu den Themen wird in dem Tag distance angegeben.

    Parameter:

    Optional/Pflicht Werte Default Bedeutung
    latitude Pflicht Gleitkommazahl Breitengrad im Gradmaß. Positive Werte bedeuten Norden, negative Werte Süden.
    longitude Pflicht 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. Es werden maximal 250 Themen zurück gegeben.
    lng optional "de", "en" Sprache des Browsers Sprache, in der gesucht werden soll.

    Rückgabe (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>

    Rückgabe (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>



    Erstellt am 17.07.2010 | Comments (0)

    Keine Kommentare


    Hinterlasse einen Kommentar

     
     
    Kommentar senden
     

    Kategorien:

    • 5 Fragen an...
    • Aktionswochen
    • Allgemeines
    • Ideen
    • Offizielles
    • So geht's
    • Tipps4Twicks

    Seiten:

    • FAQ
    • Konzept
    • Charta
    • AGB
    • Teilnahmebedingungen für den Siegener Erklärwettbewerb
    • Beitragsübersicht
    • Presse
    • Pressespiegel
    • Fotos
    • Neue Web 2.0-Enzyklopädie online
    • Erklärmaschine beendet erfolgreiche Beta-Phase
    • Twickit auf der CeBIT 2010
    • Twick.it holt Weltmeister-Titel mit Augmented Reality App
    • Für Entwickler / API
    • REST-API
    • explain
    • favorites
    • find_topic_by_tag
    • find_topic
    • find_topics_nearby
    • find_twick
    • find_user
    • latest_twicks
    • random_twick
    • random_topic
    • search_twick
    • stats
    • PHP
    • Twitter
    • Impressum

    Suchen:


    Suchen

    Kommentare:

    • wikwik-twick-it: Name und Claim sind bei wikwikit so deutlich von twick.it abgekupfert,…
    • Sean Kollak: Hallo Rosy, freue mich dass du dich nicht nur für Reimix, sondern auch…
    • Rosy: Hallo Sean, Eure Ideen finde ich große Klasse und werde sie natürlich…

    Tag-Cloud

    Augmented Reality Community Enzyklopädie Erklärwettbewerb Feedback Geokodierung Gewinnspiel Handy NRW-Tag Nutzer Presse Relevanz Semantik Siegen Tipps4Twicks Tool Tip Web 2.0 Web 3.0 Wikipedia Zeitung

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

    2D

    Augmented Reality Community Enzyklopädie Erklärwettbewerb Feedback Geokodierung Gewinnspiel Handy NRW-Tag Nutzer Presse Relevanz Semantik Siegen Tipps4Twicks Tool Tip Web 2.0 Web 3.0 Wikipedia Zeitung
    3D

    RSS

    • Blog-Beiträge
    • Kommentare
    Tweet

    Alle Angaben ohne Gewähr. Creative Commons License

    > FAQ > Charta

    > API Dokumentation > Tipps4Twicks

    > Twitter > Support

    > AGB > Impressum

    > Presse > Mobile Webseite