InfoWindow
is a (pop-up-) View that can
be displayed on an MapView
, associated to a IGeoPoint
.
Marker
is an icon placed at a particular point on the
map's surface that can have a popup-InfoWindow
(a bubble).
The OverlayWithIW
is an Overlay
that
contain data title
,
a snippet or description
,
and optionally a "sub-description"
and that
can be shown in a popup-InfoWindow
(a bubble).
BasicInfoWindow
is the default
implementation of InfoWindow
for a
OverlayWithIW
.
MarkerInfoWindow
is the default
implementation of InfoWindow
for a
Marker
.
Marker
is an icon placed at a particular
IGeoPoint
on the MapView
's surface.
See: Description
Class | Description |
---|---|
BasicInfoWindow | |
InfoWindow | |
MarkerInfoWindow |
InfoWindow
is a (pop-up-) View that can
be displayed on an MapView
, associated to a IGeoPoint
.Marker
is an icon placed at a particular point on the
map's surface that can have a popup-InfoWindow
(a bubble).OverlayWithIW
is an Overlay
that
contain data title
,
a snippet or description
,
and optionally a "sub-description"
and that
can be shown in a popup-InfoWindow
(a bubble).BasicInfoWindow
is the default
implementation of InfoWindow
for a
OverlayWithIW
.MarkerInfoWindow
is the default
implementation of InfoWindow
for a
Marker
.Marker
is an icon placed at a particular
IGeoPoint
on the MapView
's surface.