On Aug 18, 2010, at 9:30 AM, Bharath Alapati wrote: > 1) Does the java library supports searching by the coordinates (I mean > latitude, longitude) in conjunction with radius. > e.g: Within 5 miles of radius from here (latitude, longitude).
According to http://api.eventful.com/docs/events/search, the location parameter accepts geocoordinate formats such as "32.746682, -117.162741" which you can set with setLocation() and you can specify a radius with setLocationRadius(). > 2) I noticed in the API documentation that when we modify/edit an event a > new event ID gets created? > Is this true? If Yes, what happens to the old/original event ID? I don't believe this is true. Can you point me to the documentation that said this?
