August 07, 2026
The latest update to the experimental Maps 3D Android SDK (v0.2.2) includes the following changes:
- Added visual feedback overlays to indicate when the map is loading or has encountered an error.
- Added the
ROADMAPmap mode to display a standard street map when configuringMap3DView. - Updated map view initialization to use
Map3DInitConfiginstead ofMap3DOptionsfor backward compatibility.- Added
Map3DInitConfig. - Removed
Map3DOptions.
- Added
March 02, 2026
The latest update to the experimental Maps 3D Android SDK (v0.2.0) includes the following changes:
- Added popover APIs:
- Added
Popover. - Added
Anchorable. - Added
PopoverOptions. - Added
PopoverShadow. - Added
PopoverStyle. - Added
VisibilityState. - Updated
GoogleMap3Dto includeaddPopover. - Updated
Map3DViewto support popovers.
- Added
- Updated
ValidatorsKtto validateAnchorableandPopoverOptions.- Updated
Markerto support popovers. - Updated
MarkerOptionsto support popovers. - Updated
LatLngAltitudeto set default position andgetPosition. - Updated
dslKtto buildPopoverOptions,PopoverStyle, andPopoverShadow.
- Updated
- Added marker customizations:
- Added
Glyph. - Added
ImageView. - Added
MarkerStyle. - Added
PinConfiguration. - Added
PinConfiguration.Builder. - Updated
Map3DViewto support marker customizations. - Updated
MarkerOptionsto set and getMarkerStyle. - Updated
dslKtto buildImageView,MarkerStyle, andPinConfiguration.
- Added
October 14, 2025
The latest update to the experimental Maps 3D Android SDK (v0.0.2) includes internal fixes and stability improvements.
The latest update to the experimental Maps 3D Android SDK (v0.1.0) includes the following changes:
- Added click listener APIs to 3D map elements:
- Fixed an issue that caused
onMap3DViewReadyto be called more than once.
May 21, 2025
Initial experimental release of the Maps 3D Android SDK (v0.0.1), which includes the following:
- Added the
Map3DViewandGoogleMap3DAPIs.