Enum GoogleMapsPictureFormat
This enumeration specifies the picture formats when getting images back to client from Google Maps.
public enum GoogleMapsPictureFormat
Fields
Gif = 1This format will specify the returing images from GoogleMaps in Gif format.
Jpeg = 0This format will specify the returing images from GoogleMaps in Jpeg format.
Png32 = 32This format will specify the returing images from GoogleMaps in Png32 format.
Png8 = 2This format will specify the returing images from GoogleMaps in Png8 format.