Search in sources :

Example 1 with RequestMapStaticImage

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);
}
Also used : GsonBuilder(com.google.gson.GsonBuilder) RequestMapStaticImage(com.fanap.podchat.requestobject.RequestMapStaticImage)

Aggregations

RequestMapStaticImage (com.fanap.podchat.requestobject.RequestMapStaticImage)1 GsonBuilder (com.google.gson.GsonBuilder)1