C# Class Geocoding.Google.GoogleAddress

Inheritance: Address
ファイルを表示 Open project: chadly/Geocoding.net Class Usage Examples

Public Methods

Method Description
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

Method Details

GoogleAddress() public method

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
return System

this() public method

public this ( GoogleAddressType type ) : Geocoding.Google.GoogleAddressComponent
type GoogleAddressType
return Geocoding.Google.GoogleAddressComponent