use of com.fanap.podchat.requestobject.RequestMapStaticImage in project pod-chat-android-sdk by FanapSoft.
the class ChatActivity method mapStatic.
public void mapStatic() {
String center = "35.7003510,51.3376472";
RequestMapStaticImage staticImage = new RequestMapStaticImage.Builder().center(center).build();
presenter.mapStaticImage(staticImage);
}
Aggregations