Interface CommerceGeocoder


public interface CommerceGeocoder
  • Method Summary

    Modifier and Type
    Method
    Description
    default 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)