public interface CommerceGeocoder
| Modifier and Type | Method and Description |
|---|---|
default double[] |
getCoordinates(long groupId,
java.lang.String street,
java.lang.String city,
java.lang.String zip,
java.lang.String regionCode,
java.lang.String countryA2) |
double[] |
getCoordinates(java.lang.String street,
java.lang.String city,
java.lang.String zip,
com.liferay.portal.kernel.model.Region region,
com.liferay.portal.kernel.model.Country country) |
default double[] getCoordinates(long groupId,
java.lang.String street,
java.lang.String city,
java.lang.String zip,
java.lang.String regionCode,
java.lang.String countryA2)
throws CommerceGeocoderException
CommerceGeocoderExceptiondouble[] getCoordinates(java.lang.String street,
java.lang.String city,
java.lang.String zip,
com.liferay.portal.kernel.model.Region region,
com.liferay.portal.kernel.model.Country country)
throws CommerceGeocoderException
CommerceGeocoderException