C# Class SchoolsNearMe.Controllers.Api.GeoLocationController

Inheritance: BaseApiController
Afficher le fichier Open project: MrKevHunter/SchoolsNearMe

Private Properties

Свойство Type Description
GetIP4Address string

Méthodes publiques

Méthode Description
GeoLocationController ( ILocationService locationService ) : System.Linq
Get ( ) : Coordinate

Private Methods

Méthode Description
GetIP4Address ( ) : string

Originally based on http://www.aspnet-answers.com/microsoft/ASP-NET/30078410/request-object.aspx

Method Details

GeoLocationController() public méthode

public GeoLocationController ( ILocationService locationService ) : System.Linq
locationService ILocationService
Résultat System.Linq

Get() public méthode

public Get ( ) : Coordinate
Résultat Coordinate