public static class

ExploreParam.Nearby

extends Object
implements SearchParam.Boundary
java.lang.Object
   ↳ com.tencent.lbssearch.object.param.ExploreParam.Nearby

Class Overview

周边搜索(圆形范围): boundary=nearby(lat,lng(中心坐标),radius(半径/米)[, auto_extend])

Summary

Public Constructors
Nearby()
Nearby(LatLng point, int radius)
Public Methods
ExploreParam.Nearby autoExtend(boolean extend)
设置自动扩大范围
ExploreParam.Nearby point(LatLng point)
ExploreParam.Nearby r(int radius)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.tencent.lbssearch.object.param.SearchParam.Boundary

Public Constructors

public Nearby ()

public Nearby (LatLng point, int radius)

Public Methods

public ExploreParam.Nearby autoExtend (boolean extend)

设置自动扩大范围

public ExploreParam.Nearby point (LatLng point)

public ExploreParam.Nearby r (int radius)

public String toString ()