public class MapFragment.MarkerInfoWindowAdapter
extends java.lang.Object
implements com.google.android.gms.maps.GoogleMap.InfoWindowAdapter
| Modifier and Type | Field and Description |
|---|---|
private LinearLayout |
facebookLikes |
private LinearLayout |
facebookTime |
private TextView |
likeNumber |
private TextView |
squareActivity |
private TextView |
squareInitials |
private TextView |
squareName |
private static java.lang.String |
TAG |
private TextView |
timeText |
| Constructor and Description |
|---|
MarkerInfoWindowAdapter() |
| Modifier and Type | Method and Description |
|---|---|
View |
getInfoContents(com.google.android.gms.maps.model.Marker marker) |
View |
getInfoWindow(com.google.android.gms.maps.model.Marker marker) |
private void |
setupSquare(Square square) |
private static final java.lang.String TAG
private TextView squareName
private TextView squareInitials
private TextView squareActivity
private LinearLayout facebookLikes
private TextView likeNumber
private LinearLayout facebookTime
private TextView timeText
public View getInfoContents(com.google.android.gms.maps.model.Marker marker)
getInfoContents in interface com.google.android.gms.maps.GoogleMap.InfoWindowAdapterpublic View getInfoWindow(com.google.android.gms.maps.model.Marker marker)
getInfoWindow in interface com.google.android.gms.maps.GoogleMap.InfoWindowAdapterprivate void setupSquare(Square square)