Enable location-based services with the Loplat SDK.
The loplat SDK recognizes the indoor positions, processes location events, and detects whether a user is moving.
It can be used for footfall measurement, sending a deal notification when a user arrives at the store, etc.
android로 시작하기
아래의 코드를 최상위 build.gradle
파일에 붙여넣으세요.
allprojects {
repositories {
maven {
url "https://maven.loplat.com/artifactory/plengi"
}
}
}
아래의 코드를 build.gradle
파일에 붙여넣으세요.
implementation 'com.loplat:placeengine:
안드로이드 개발 가이드 보러가기 >iOS로 시작하기
Please use SPM to add SDK dependencies.
Go to [Project]-[Package Dependencies] and press the plus(+) button to add the Loplat SDK.
Then, click on “Add Package” to complete the process.
Please add the following statement to import the SDK.
import MiniPlengi
iOS 개발 가이드 보러가기 >SDK 테스트 안내
loplat SDK를 사용하기 위한 위치 학습앱과, 엔진 API가 제공하는 기능들을 모아놓은 앱입니다.
로플랫 SDK를 사용하기 위한 학습 앱입니다.
서비스할 장소의 Wi-Fi 신호 패턴을 학습하여 서버에 등록합니다.
테스트를 원하시면service@loplat.com으로 문의 바랍니다.
loplat Appetizer for iOS
엔진 API가 제공하는 기능들을 모아놓은 앱입니다.
등록한 장소를 잘 인식하는지 테스트할 수 있습니다.
테스트를 원하시면service@loplat.com으로 문의 바랍니다.
SDK 사용 안내
loplat SDK를 사용하기 위해서는 로플랫에서 제공하는 ID와 Secret 키를 발급받아야 합니다.
발급을 원하시는 기업, 개발자는 아래의 내용을 기입하여 business@loplat.com 으로 보내주시기 바랍니다.
a. 이름
b. 회사
c. 사용 목적
기술 관련 문의는 dev@loplat.com 으로 문의 바랍니다.