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