Beispiel #1
0
def get_poi(id):
    store = DataStore()
    poi = store.get_poi_by_id(id)
    return to_json(poi)