All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.service.MapService.ftl Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package ${packageName}.service.party.service;

/**
 * @author Co.
 * @name MapService
 * @date 2023/2/24 16:05
 */
public interface MapService {

    Object suggestion(String keyword);

    Object geocoderAddress(String address);

    Object geocoderLocation(String location);

    Object locationIp();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy