public interface MapPanel
MapPanel interface.
Modifier and Type | Method and Description |
---|---|
GWTBounds |
getBounds()
getBounds
|
com.google.gwt.user.client.ui.Widget |
getWidget()
getWidget
|
void |
placeMarker(GWTMarkerState marker)
placeMarker
|
void |
setBounds(GWTBounds locationBounds)
setBounds
|
void |
showLocationDetails(String name,
String htmlTitle,
String htmlContent)
showLocationDetails
|
com.google.gwt.user.client.ui.Widget getWidget()
getWidget
Widget
object.void showLocationDetails(String name, String htmlTitle, String htmlContent)
showLocationDetails
void setBounds(GWTBounds locationBounds)
setBounds
locationBounds
- a GWTBounds
object.void placeMarker(GWTMarkerState marker)
placeMarker
marker
- a GWTMarkerState
object.Copyright © 2019. All rights reserved.