How do I set the Google map type e.g. SATELLITE or TERRAIN? I tried varitaions of the OpenLayers 2 syntax:
new olgm.layer.Google( { type: google.maps.MapTypeId.SATELLITE });
and
new olgm.layer.Google({
params: { type: google.maps.MapTypeId.SATELLITE }
});
but no joy.