Google Maps-Inspired POI Details
This example uses the DevExpress BottomSheet control to replicate POI (point of interest) details from Google Maps. The detail view includes an image gallery, action buttons, and description.
Related Controls and Their Properties:
- BottomSheet: ShowGrabber, AllowDismiss, IsModal
- DXImage: TintColor
- Map Control: ItemTemplate, MapSpan
Implementation Details
Refer to the following GitHub example to see implementation details: