C# 클래스 Geocoding.Google.GoogleAddress

상속: Address
파일 보기 프로젝트 열기: chadly/Geocoding.net 1 사용 예제들

공개 메소드들

메소드 설명
GoogleAddress ( GoogleAddressType type, string formattedAddress, Geocoding.Google.GoogleAddressComponent components, Location coordinates, Geocoding.Google.GoogleViewport viewport, bool isPartialMatch, GoogleLocationType locationType, string placeId ) : System
this ( GoogleAddressType type ) : Geocoding.Google.GoogleAddressComponent

메소드 상세

GoogleAddress() 공개 메소드

public GoogleAddress ( GoogleAddressType type, string formattedAddress, Geocoding.Google.GoogleAddressComponent components, Location coordinates, Geocoding.Google.GoogleViewport viewport, bool isPartialMatch, GoogleLocationType locationType, string placeId ) : System
type GoogleAddressType
formattedAddress string
components Geocoding.Google.GoogleAddressComponent
coordinates Location
viewport Geocoding.Google.GoogleViewport
isPartialMatch bool
locationType GoogleLocationType
placeId string
리턴 System

this() 공개 메소드

public this ( GoogleAddressType type ) : Geocoding.Google.GoogleAddressComponent
type GoogleAddressType
리턴 Geocoding.Google.GoogleAddressComponent