3
Google 장소 API를 사용하여 내 설명을 추가하고 싶습니다. 지금은 아래의 문자열 형식으로 주변, URL, 웹 사이트,의 international_phone_number 등을 추가 할하지만 난이 PLZ 날 도와 드릴 수 없습니다 :Android에서 Google 장소 API를 사용하여 자신의 장소를 추가하는 중에 설명 추가
String placeJSON =
"{"+
"\"location\": {" +
"\"lat\": " + lat + "," +
"\"lng\": " + lng +
"}," +
"\"accuracy\":50.0," +
"\"name\": \"" + name + "\"," +
"\"types\": [\"" + type + "\"]," +
"\"vicinity\":\""+ DescriptionDialog.vic +"\","+
"\"formatted_address\":\""+ DescriptionDialog.formtd_address +"\","+
"\"formatted_phone_number\":\""+ DescriptionDialog.formtd_phone_number +"\","+
"\"url\":\""+ DescriptionDialog.myUrl +"\","+
"\"website\":\""+ DescriptionDialog.myWebsite +"\","+
"\"language\": \"en\" " +"}";
게시 하시겠습니까?이 오류 또는 문제를 게시 할 수 있습니까? – Jack