|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KmlService
Interface for kml services implementation. If inserted into library, results display and update will be handled automatically by library.
| Method Summary | |
|---|---|
java.lang.String |
getServiceUrl(WgsBoundingBox boundingBox,
int zoom)
Called after if needsUpdate has returned true. |
int |
maxResults()
Maximum number of results returned from this service. |
boolean |
needsUpdate(WgsBoundingBox boundingBox,
int zoom)
Does the service need an update. |
| Method Detail |
|---|
boolean needsUpdate(WgsBoundingBox boundingBox,
int zoom)
boundingBox - bounding box for new map location (coordinates in WGS84)zoom - current zoom level
java.lang.String getServiceUrl(WgsBoundingBox boundingBox,
int zoom)
boundingBox - bounding box for screen view of the map (coordinates in WGS84)zoom - zoom level used
int maxResults()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||