It's worth mentioning that the MapToolbar appears only when:
- Your map contains Markers.
- A Marker is clicked.
- An InfoWindow is then displayed.
If you handle Marker clicks yourself rather than letting the GoogleMap handle Marker clicks then you'll see the MapToolbar only if your Marker click handler Sub returns False.