C# 클래스 Google.Maps.StaticMaps.StaticMapRequest

The Google Static Maps API returns an image (either GIF, PNG or JPEG) in response to a HTTP request via a URL. For each request, you can specify the location of the map, the size of the image, the zoom level, the type of map, and the placement of optional markers at locations on the map.
파일 보기 프로젝트 열기: ericnewton76/gmaps-api-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BaseUri System.Uri

공개 메소드들

메소드 설명
StaticMapRequest ( ) : System
ToUri ( ) : Uri

비공개 메소드들

메소드 설명
EnsureSensor ( bool throwIfNotSet ) : void
GetColorEncoded ( System.Drawing.Color color, bool useNamedColorIfPossible ) : string

The color encoding for google static maps API puts the alpha last (0xrrggbbaa) whereas .NET encodes it alpha first by default (0xaarrggbb).

GetMarkersStr ( ) : string

Builds markers uri parameter(s)

GetPathEncoded ( Path currentPath ) : string
GetPathsStr ( ) : string

Builds path uri parameter

GetVisibleStr ( ) : string

Builds visible uri parameter

메소드 상세

StaticMapRequest() 공개 메소드

public StaticMapRequest ( ) : System
리턴 System

ToUri() 공개 메소드

public ToUri ( ) : Uri
리턴 System.Uri

프로퍼티 상세

BaseUri 공개적으로 정적으로 프로퍼티

public static Uri,System BaseUri
리턴 System.Uri