package com.google.android.m4b.maps.model;

import android.os.RemoteException;
import com.google.android.m4b.maps.g.l;
import com.google.android.m4b.maps.model.internal.IMapsEngineFeatureDelegate;

public final class MapsEngineFeature
{
  private final IMapsEngineFeatureDelegate a;

  public MapsEngineFeature(IMapsEngineFeatureDelegate paramIMapsEngineFeatureDelegate)
  {
    this.a = ((IMapsEngineFeatureDelegate)l.a(paramIMapsEngineFeatureDelegate));
  }

  public final boolean equals(Object paramObject)
  {
    if (!(paramObject instanceof MapsEngineFeature))
      return false;
    try
    {
      boolean bool = this.a.equalsRemote(((MapsEngineFeature)paramObject).a);
      return bool;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final String getDescription()
  {
    try
    {
      String str = this.a.getDescription();
      return str;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final String getGmeFeatureId()
  {
    try
    {
      String str = this.a.getGmeFeatureId();
      return str;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final MapsEngineLayer getLayer()
  {
    try
    {
      MapsEngineLayer localMapsEngineLayer = new MapsEngineLayer(this.a.getLayer());
      return localMapsEngineLayer;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final LatLng getPoint()
  {
    try
    {
      LatLng localLatLng = this.a.getPoint();
      return localLatLng;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final int hashCode()
  {
    try
    {
      int i = this.a.hashCodeRemote();
      return i;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.google.android.m4b.maps.model.MapsEngineFeature
 * JD-Core Version:    0.6.2
 */