Package com.liferay.commerce.model
Interface CommerceGeocoder
public interface CommerceGeocoder
-
Method Summary
Modifier and TypeMethodDescriptiondefault double[]
getCoordinates
(long groupId, String street, String city, String zip, String regionCode, String countryA2) double[]
getCoordinates
(String street, String city, String zip, com.liferay.portal.kernel.model.Region region, com.liferay.portal.kernel.model.Country country)
-
Method Details
-
getCoordinates
default double[] getCoordinates(long groupId, String street, String city, String zip, String regionCode, String countryA2) throws CommerceGeocoderException - Throws:
CommerceGeocoderException
-
getCoordinates
double[] getCoordinates(String street, String city, String zip, com.liferay.portal.kernel.model.Region region, com.liferay.portal.kernel.model.Country country) throws CommerceGeocoderException - Throws:
CommerceGeocoderException
-