Method | Description | |
---|---|---|
Bufferfeature ( ) : System.Web.Mvc.ActionResult | ||
BufferfeatureJson ( string fields, string parameters ) : System.Web.Mvc.JsonResult | ||
Bufferpoint ( ) : System.Web.Mvc.ActionResult | ||
BufferpointJson ( string lat, string lon, string distance ) : System.Web.Mvc.JsonResult | ||
Identify ( ) : System.Web.Mvc.ActionResult | ||
IdentifyJson ( string lat, string lon ) : System.Web.Mvc.JsonResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
public Bufferfeature ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public BufferfeatureJson ( string fields, string parameters ) : System.Web.Mvc.JsonResult | ||
fields | string | |
parameters | string | |
return | System.Web.Mvc.JsonResult |
public Bufferpoint ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public BufferpointJson ( string lat, string lon, string distance ) : System.Web.Mvc.JsonResult | ||
lat | string | |
lon | string | |
distance | string | |
return | System.Web.Mvc.JsonResult |
public Identify ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public IdentifyJson ( string lat, string lon ) : System.Web.Mvc.JsonResult | ||
lat | string | |
lon | string | |
return | System.Web.Mvc.JsonResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |