C# Class Geocoder.Example.Default

Inheritance: System.Web.UI.Page
Show file Open project: scottschluer/geocoder

Protected Properties

Property Type Description
Address global::System.Web.UI.WebControls.TextBox
Destination global::System.Web.UI.WebControls.TextBox
Latitude global::System.Web.UI.WebControls.TextBox
Longitude global::System.Web.UI.WebControls.TextBox
Origin global::System.Web.UI.WebControls.TextBox
btnGetAddress global::System.Web.UI.WebControls.Button
btnGetDirections global::System.Web.UI.WebControls.Button
btnGetLatLong global::System.Web.UI.WebControls.Button
drpGeocodeType global::System.Web.UI.WebControls.DropDownList
drpTravelMode global::System.Web.UI.WebControls.DropDownList
form1 global::System.Web.UI.HtmlControls.HtmlForm
gvDirections global::System.Web.UI.WebControls.GridView
lblResult global::System.Web.UI.WebControls.Label
pnlDirections global::System.Web.UI.WebControls.Panel
pnlGeocode global::System.Web.UI.WebControls.Panel
pnlReverseGeocode global::System.Web.UI.WebControls.Panel

Protected Methods

Method Description
btnGetAddress_Click ( object sender, EventArgs e ) : void
btnGetDirections_Click ( object sender, EventArgs e ) : void
btnGetLatLong_Click ( object sender, EventArgs e ) : void
drpGeoCodeType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

btnGetAddress_Click() protected method

protected btnGetAddress_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnGetDirections_Click() protected method

protected btnGetDirections_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnGetLatLong_Click() protected method

protected btnGetLatLong_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

drpGeoCodeType_SelectedIndexChanged() protected method

protected drpGeoCodeType_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

Address protected property

Address control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox Address
return global::System.Web.UI.WebControls.TextBox

Destination protected property

Destination control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox Destination
return global::System.Web.UI.WebControls.TextBox

Latitude protected property

Latitude control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox Latitude
return global::System.Web.UI.WebControls.TextBox

Longitude protected property

Longitude control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox Longitude
return global::System.Web.UI.WebControls.TextBox

Origin protected property

Origin control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox Origin
return global::System.Web.UI.WebControls.TextBox

btnGetAddress protected property

btnGetAddress control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnGetAddress
return global::System.Web.UI.WebControls.Button

btnGetDirections protected property

btnGetDirections control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnGetDirections
return global::System.Web.UI.WebControls.Button

btnGetLatLong protected property

btnGetLatLong control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnGetLatLong
return global::System.Web.UI.WebControls.Button

drpGeocodeType protected property

drpGeocodeType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList drpGeocodeType
return global::System.Web.UI.WebControls.DropDownList

drpTravelMode protected property

drpTravelMode control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList drpTravelMode
return global::System.Web.UI.WebControls.DropDownList

form1 protected property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm

gvDirections protected property

gvDirections control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView gvDirections
return global::System.Web.UI.WebControls.GridView

lblResult protected property

lblResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblResult
return global::System.Web.UI.WebControls.Label

pnlDirections protected property

pnlDirections control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlDirections
return global::System.Web.UI.WebControls.Panel

pnlGeocode protected property

pnlGeocode control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlGeocode
return global::System.Web.UI.WebControls.Panel

pnlReverseGeocode protected property

pnlReverseGeocode control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlReverseGeocode
return global::System.Web.UI.WebControls.Panel