Back to project page android-google-places-master.
The source code is released under:
MIT License
If you think the Android project android-google-places-master listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.a2plab.googleplaces.query; //from w ww .jav a 2 s.c o m public class RadarSearch extends SearchQuery{ public RadarSearch(String apiKey) { super(apiKey); } @Override public String getUrl() { return null; } }