@Api(allMethods=true)
@UserImplemented
public interface SplitGeocoderStringService
| Modifier and Type | Method and Description |
|---|---|
String |
combine(List<String> matchedStrings)
Combine the list of strings back into one string accoring to the conventions used for this service.
|
List<String> |
split(String location)
Split the given string in a list of strings according to the separator convention used.
|
List<String> split(String location)
location - location to splitString combine(List<String> matchedStrings)
matchedStrings - strings to combineCopyright © 2013 Geosparc. All Rights Reserved.