BikeInCity.ServiceCaller.AddressGeocodedEventArgs.AddressGeocodedEventArgs C# (CSharp) Метод

AddressGeocodedEventArgs() публичный Метод

public AddressGeocodedEventArgs ( GeoCoordinate c, State s ) : System
c GeoCoordinate
s State
Результат System
        public AddressGeocodedEventArgs(GeoCoordinate c, State s)
        {
            this.Location = c;
              this.StateType = s;
        }
AddressGeocodedEventArgs