Example #1
0
 public string GetPolygonDetail(int ZoneID)
 {
     MgooGps.Geofence.GetPolygonDetailRequest inValue = new MgooGps.Geofence.GetPolygonDetailRequest();
     inValue.Body        = new MgooGps.Geofence.GetPolygonDetailRequestBody();
     inValue.Body.ZoneID = ZoneID;
     MgooGps.Geofence.GetPolygonDetailResponse retVal = ((MgooGps.Geofence.GeofenceAjaxSoap)(this)).GetPolygonDetail(inValue);
     return(retVal.Body.GetPolygonDetailResult);
 }
Example #2
0
 MgooGps.Geofence.GetPolygonDetailResponse MgooGps.Geofence.GeofenceAjaxSoap.GetPolygonDetail(MgooGps.Geofence.GetPolygonDetailRequest request)
 {
     return(base.Channel.GetPolygonDetail(request));
 }