Paris " + 53 | "Paris is the home of the most visited art museum in the world. " + 54 | "Use InfoWindow to display custom information, related to a point on a map. InfoWindow layout can be formatted using HTML. " + 55 | " |
" + result.getName() + "
"; 155 | textContent += "" + result.getFormattedAddress() + "
"; 156 | 157 | // Creating a photo options object 158 | PhotoOptions option = new PhotoOptions(); 159 | // Setting maximum photo height 160 | option.setMaxHeight(64); 161 | // Setting maximum photo width 162 | option.setMaxWidth(64); 163 | 164 | // Getting photos from result 165 | PlacePhoto[] photos = result.getPhotos(); 166 | 167 | if ((photos != null) && (photos.length > 0)) { 168 | PlacePhoto photo = photos[0]; 169 | String imageContent = ""; 171 | textContent = imageContent + textContent; 172 | textContent += " |