Skip to content

GoogleMapsPictureFormat

Namespace: ThinkGeo.Core

This enumeration specifies the picture formats when getting images back to client from Google Maps.

public enum GoogleMapsPictureFormat

Inheritance objectValueTypeEnumGoogleMapsPictureFormat
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

Name Value Description
Jpeg 0 This format will specify the returing images from GoogleMaps in Jpeg format.
Gif 1 This format will specify the returing images from GoogleMaps in Gif format.
Png8 2 This format will specify the returing images from GoogleMaps in Png8 format.
Png32 32 This format will specify the returing images from GoogleMaps in Png32 format.